Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Excel file Loading problem through JXL

807588Jun 8 2009 — edited Jun 8 2009
Hi 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)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 6 2009
Added on Jun 8 2009
4 comments
996 views