Example #1
0
 public DataTable TestImportDatatable(string filePath)
 {
     return(ExcelHelper.Import <DataTable>(filePath));
 }