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

           Summary: Regression: "DimensionsRecord was not found" on
                    previously working file
           Product: POI
           Version: 3.2-FINAL
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Severity: major
          Priority: P2
         Component: HSSF
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Updating to 3.2 gives me this new error which 3.1 did not exhibit, when loading
a certain XLS file:

java.lang.RuntimeException: DimensionsRecord was not found
        at org.apache.poi.hssf.model.Sheet.<init>(Sheet.java:310)
        at org.apache.poi.hssf.model.Sheet.createSheet(Sheet.java:161)
        at
org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:282)
        at
org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:196)
        at
org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:178)

The file unfortunately contains contact information and thus cannot be
distributed, but as this appears to be some kind of sanity check, perhaps it
can be reduced to a log warning instead of throwing an exception.


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