I am using exceljs (https://www.npmjs.com/package/exceljs) node package to read excel file.
I am looking for fast import csv with 2000 records into SQL Server.
Table:
User [Id PK]
Role [UserId FK]
Unit [UserId FK]
Excel file:
UserName Role Unit
Jack 1 Unit1