Problem while opening excel 2007 document

Hi,

I am using aspose cells version V4.8.
And i am getting error while opening an office 2007 document.
Error Message: “Value was either too large or too small for an Int16.“

Code snippet:
Aspose.Cells.Workbook Cells = new Aspose.Cells.Workbook();
if(Filename.EndsWith(”.xlsx”))
Cells.Open(Filename, FileFormatType.Excel2007Xlsx, “”);
else
Cells.Open(Filename);

Regards,
Karthik

Hi Karthik,

Thank you for considering Aspose.

Please post your template file to reproduce the issue. We will check it and get back to you soon.

Thank You & Best Regards,

Hi,
Please find attached the excel file.

Regards,
Karthik

Hi Karthik,

Thank you for considering Aspose.

We have found your mentioned issue after an initial test. We will look into it and get back to you soon.

Thank You & Best Regards,

Hi,

Please try the attached version v4.8.0.4. We have fixed the issue you mentioned. Please let us know if you still face any problem.

Thank you.

The issues you have found earlier (filed as 10612) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.