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