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