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