java.lang.ArrayIndexOutOfBoundsException while saving the Workbook

Hi All,

I am getting array out of bound exception while saving the Workbook.

following is the error:

Caused by: java.lang.ArrayIndexOutOfBoundsException
at com.aspose.cells.yx.i(Unknown Source)
at com.aspose.cells.yx.b(Unknown Source)
at com.aspose.cells.yx.a(Unknown Source)
at com.aspose.cells.yw.a(Unknown Source)
at com.aspose.cells.yw.b(Unknown Source)
at com.aspose.cells.yw.a(Unknown Source)
at com.aspose.cells.Workbook.a(Unknown Source)
at com.aspose.cells.Workbook.save(Unknown Source)
at com.aspose.cells.Workbook.save(Unknown Source)
at com.nielsen.buzz.servicelayer.report.export.service.ReportExportServiceImpl.exportMessageReport(ReportExportServiceImpl.java:2770)
This is after i add all rows in excel sheet & try to save.
workbook.save(exportedFileOutputStream, fileformatType);

Please help me if you have any information on this.

Thanks,
Sagar Bhatia

Hi,


Thanks for considering Aspose.Cells.

Please download and try this fix: Aspose.Cells for Java v7.3.4.4 and let us know your feedback.

If you still find the issue/error, please paste your sample runnable code or attach a console demo java program here, we will check your issue soon.

Thank you.