https://issues.apache.org/bugzilla/show_bug.cgi?id=41725
Thomas Wiesner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #6 from Thomas Wiesner <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
