This feature allows you to upload an Excel file to add players. Please follow the guidelines below:
- The Excel file must have headers in the first row (the first row of your Excel sheet).
- Players with already existing names will not be imported.
- The file must include the following headers (order does not matter):
- Name: The player's name
- Rank: The player's rank (R1 - R5)
- Level: The player's headquarters level
- Additional headers in the file will be ignored.
@if (!selectedFile) {
} @else {
{{ selectedFile.name }}
}