Bug 46094

Summary: Unhandled Continue Record
Product: POI Reporter: Joerg Bruennert <joerg.bruennert>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P2    
Version: 3.0-FINAL   
Target Milestone: ---   
Hardware: Sun   
OS: Solaris   
Attachments: the corrupt Excel File

Description Joerg Bruennert 2008-10-26 23:40:38 UTC
Hello,

when i parse the Excel File from Attachment i get the following error.
Exception in thread "main" org.apache.poi.hssf.record.RecordFormatException: Unhandled Continue Record
        at org.apache.poi.hssf.record.RecordFactory.createRecords(RecordFactory.java:168)
        at org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:246)
        at org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:169)
        at org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:298)

We use POI 3.0.2-FINAL, the same Error occured when i use 3.1

The File was originally created with Excel 2000 but since i made changes with Excel 2007 in this file i get the "Unhandled Continue Record"

Any suggestions what i made wrong?
Comment 1 Joerg Bruennert 2008-10-26 23:41:46 UTC
Created attachment 22779 [details]
the corrupt Excel File

the corrupt Excel File
Comment 2 Nick Burch 2008-10-27 09:39:11 UTC
Please re-try with poi 3.2, and re-open the bug if your problem still remains
Comment 3 Joerg Bruennert 2008-10-28 04:58:02 UTC
The same problem with poi 3.2-FINAL
Comment 4 Josh Micich 2009-02-13 13:01:16 UTC
(In reply to comment #3)
> The same problem with poi 3.2-FINAL
> 
But the problem does not occur on svn trunk now.  The fix was with a more recent  bug 46137 that is probably a duplicate of this.


*** This bug has been marked as a duplicate of bug 46137 ***