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

           Summary: Unexpected ContinueRecord in RowRecordsAggregate when
                    PivotTables are present
           Product: POI
           Version: 3.5-dev
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


This bugzilla was opened in response to the mailing list posting made by Axel
Roeslein:

http://mail-archives.apache.org/mod_mbox/poi-user/200811.mbox/[EMAIL PROTECTED]

The following stack trace occurred:

Exception in thread "main" java.lang.RuntimeException: Unexpected record type
(org.apache.poi.hssf.record.ContinueRecord)
       at
org.apache.poi.hssf.record.aggregates.RowRecordsAggregate.<init>(RowRecordsAggregate.java:87)
       at org.apache.poi.hssf.model.Sheet.<init>(Sheet.java:197)
       at org.apache.poi.hssf.model.Sheet.createSheet(Sheet.java:159)
       at
org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:286)
       at
org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:200)
       at
org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:182)

Unfortunately the workbook had sensitive data in it, so it couldn't be
uploaded.  Re-saving in Excel makes the problem go away, and the problem has
not been reproduced with another workbook yet.

Further investigation revealed that the offending ContinueRecord was an
extension to a "SXLI - Line Item Array" (0x00B5) record, which is a PivotTable
record.  Indeed, the workbook does contain a large pivot table.


-- 
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]

Reply via email to