public void ImportExcel() { var sheet = ExcelImporter.GetWorkSheet(ExportExcel()); var data = ExcelImporter.Read <TestModel>(sheet); }