Overflow Exception while loading certain excel files

We are using aspose cells.

while evaluating​ we had version 5.2.1.0

and now we have 7.0.1.0 version.

I am facing problem opening some excel files in latest version

but the same file gets opened successful​ly in older version.


I have attached both exception information file and the excel file raising it. In few other files I get OutOfMemoryException at the same line of code.

We can not switch to older version because it has limited support for latest excel features.


Please suggest the solution ASAP. Our application is at QA phase currently.


Best Regards

Mohan

Hi,


I have tested you case using our latest version/fix v7.0.1.6: Please download: Aspose.Cells for .NET v7.0.1.6
It works fine.

Here is my sample code:
Workbook wb = new Workbook(“e:\test2\10+year+marker%2c+values+translation.xlsx”);
wb.Save(“e:\test2\out.xlsx”);


Thank you.

Thanks Amjad,


The problem I faced with Aspose Cells v7.0.1.0. After replacing with DLL v7.0.1.6 it is working fine.

Best Regards
Mohan