Open excel file with chart

Hi
I am testing Aspose.Cells for purchase

Now I have a problem. When I try open Excel file, including chart, i get the following java.lang.ArrayIndexOutOfBoundsException: -243594181

at com.aspose.cells.dc.a(Unknown Source)

at com.aspose.cells.dc.a(Unknown Source)

....

I use this cod:

Workbook workbook = new Workbook();

FileInputStream fstream = new FileInputStream("C:\\graphsw.xls");

workbook.open(fstream,FileFormatType.EXCEL2000); // crash here

But when I open Excel file without chart, it is working. Maybe this problem becouse I used demo library?

Thanks for any comments
Best regards
Aleksandr Grigor'ev

Hi Aleksandr ,

Thank you for considering Aspose.

Please try the attached latest version of Aspose.Cells for Java. if you still face the problem, please share your template file and we will check it soon.

Thank You & Best Regards,