Excel file must have EmployeeCode and Password columns in the first row.
Excel File:
@if (submitted && f.fileName.errors) {
Please select an excel file to upload.
}
@if (canSave) {

} @if (totalRows > 0) {
Total Row(s): {{totalRows}} | Updated: {{successCount}} | Failed: {{failedCount}}
}