static void EndLoadData() { excelReader = null; }
static void BeginLoadData(string path) { excelReader = Core.ExcelReader.LoadFromExcel(path); }