You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2009/08/13 14:05:40 UTC

DO NOT REPLY [Bug 41725] POI does not load excel file with more than 65 charts

https://issues.apache.org/bugzilla/show_bug.cgi?id=41725


Thomas Wiesner <th...@ebcot.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW


--- Comment #6 from Thomas Wiesner <th...@ebcot.de> 2009-08-13 05:05:38 PDT ---
The stack trace is

org.apache.poi.hssf.record.RecordFormatException: Unhandled Continue Record
    at
org.apache.poi.hssf.record.RecordFactory.createRecords(RecordFactory.java:364)
    at org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:271)
    at org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:196)
    at org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:178)

I've debuuged the source until the exception will be thrown.

The 'record' is

[CONTINUE RECORD]
    .id        = 3c
[/CONTINUE RECORD]

and the 'lastrecord' was 

[EOF]
[/EOF]

Hope, this information helps

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org