Hi All,
I am getting array out of bound exception while saving the Workbook.
following is the error:
Caused by: java.lang.ArrayIndexOutOfBoundsExceptionThis is after i add all rows in excel sheet & try to save.
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)
workbook.save(exportedFileOutputStream, fileformatType);
Please help me if you have any information on this.
Thanks,
Sagar Bhatia