https://bz.apache.org/bugzilla/show_bug.cgi?id=62144

            Bug ID: 62144
           Summary: RuntimeException: Shared formula record should follow
                    a FormulaRecord
           Product: POI
           Version: 3.16-FINAL
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: HSSF
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Receiving the following stack trace when calling WorkbookFactory.create on a
.xls file

java.lang.RuntimeException: Shared formula record should follow a FormulaRecord
at org.apache.poi.hssf.model.RowBlocksReader.<init>(RowBlocksReader.java:73)
~[poi-3.16.jar:3.16]
at org.apache.poi.hssf.model.InternalSheet.<init>(InternalSheet.java:216)
~[poi-3.16.jar:3.16]
at org.apache.poi.hssf.model.InternalSheet.createSheet(InternalSheet.java:157)
~[poi-3.16.jar:3.16]
at org.apache.poi.hssf.usermodel.HSSFWorkbook.<init>(HSSFWorkbook.java:359)
~[poi-3.16.jar:3.16]
at org.apache.poi.ss.usermodel.WorkbookFactory.create(WorkbookFactory.java:99)
~[poi-ooxml-3.16.jar:3.16]
at org.apache.poi.ss.usermodel.WorkbookFactory.create(WorkbookFactory.java:256)
~[poi-ooxml-3.16.jar:3.16]
at org.apache.poi.ss.usermodel.WorkbookFactory.create(WorkbookFactory.java:226)
~[poi-ooxml-3.16.jar:3.16]
at org.apache.poi.ss.usermodel.WorkbookFactory.create(WorkbookFactory.java:205)
~[poi-ooxml-3.16.jar:3.16]

Running a java web application through tomcat 8.5.15, Java 8

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