Excel file Loading problem through JXL
807588Jun 8 2009 — edited Jun 8 2009Hi All,
I am trying to load an huge excel file of size 47 MB. I am facing ArrayIndexOutOfBoundsException below is the log details. I am using jxl.jar version 2.6. Please let me know
1) What is the problem?
2) Weather i can load such an Huge file of 47 MB through jxl
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException
at java.lang.System.arraycopy(Native Method)
at jxl.biff.StringHelper.getString(StringHelper.java:160)
at jxl.read.biff.SupbookRecord.readExternal(SupbookRecord.java:174)
at jxl.read.biff.SupbookRecord.<init>(SupbookRecord.java:115)
at jxl.read.biff.WorkbookParser.parse(WorkbookParser.java:725)
at jxl.Workbook.getWorkbook(Workbook.java:237)
at jxl.Workbook.getWorkbook(Workbook.java:198)