- only have a single spreadsheet with only the following 8 columns in the same order:
+ only have a single spreadsheet with the following exact same name columns:
@@ -281,7 +410,7 @@ export default function BatchCreateUser({ user, entities = [], permissions, onFi
all already registered e-mails will be ignored.
- the spreadsheet may have a header row with the format above, however, it is not necessary as long the columns are in the right order.
+ all rows which contain duplicate values in the columns: "Student ID", "Passport/National ID", "E-mail", will be ignored.
all of the e-mails in the file will receive an e-mail to join EnCoach with the role selected below.
@@ -380,21 +509,16 @@ export default function BatchCreateUser({ user, entities = [], permissions, onFi
))}
)}
+ {parsedExcel.rows !== undefined && }
{newUsers.length !== 0 && (