Error when load the excel file

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.

Image_4223_1709192135424

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

1 Reply

KM Kurmitha Manickhaperumal Syncfusion Team March 4, 2024 02:04 PM UTC

Hi Johnes,

 

We are unable to reproduce the issue at our end. We request you provide the sample to reproduce the issue. It will help us to proceed further and provide you a solution earlier.

 

Regards,
Kurmitha M.


Loader.
Up arrow icon