Exemplo n.º 1
0
 static void EndLoadData()
 {
     excelReader = null;
 }
Exemplo n.º 2
0
 static void BeginLoadData(string path)
 {
     excelReader = Core.ExcelReader.LoadFromExcel(path);
 }