Hello
when i load the excel file with ExcelEngine some of the file is error and this message show up.
one of the excel file is fine , i don't know why.

ExcelEngine excelEngine = new ExcelEngine();
IApplication application = excelEngine.Excel;
application.DefaultVersion=ExcelVersion.Xlsx;
IWorkbook workbook = application.Workbooks.Open(path);
var sheet=workbook.Worksheets[0];
MessageBox.Show(sheet.Name);
Attachment:
Excel_1e5d480e.zip