You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2018/03/01 00:51:56 UTC

[Bug 62144] New: RuntimeException: Shared formula record should follow a FormulaRecord

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: dev@poi.apache.org
          Reporter: ccentofonti@yakabod.com
  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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 62144] RuntimeException: Shared formula record should follow a FormulaRecord

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62144

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |LATER
             Status|NEW                         |RESOLVED

--- Comment #3 from Dominik Stadler <do...@gmx.at> ---
We cannot do much without a file that reproduces the problem, thus closing as
LATER for now, please reopen with a sample file that we can use to reproduce
the problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 62144] RuntimeException: Shared formula record should follow a FormulaRecord

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62144

--- Comment #1 from PJ Fanning <fa...@yahoo.com> ---
Would it be possible to provide a sample file that demonstrates the issue?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 62144] RuntimeException: Shared formula record should follow a FormulaRecord

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62144

--- Comment #2 from ccentofonti@yakabod.com ---
(In reply to PJ Fanning from comment #1)
> Would it be possible to provide a sample file that demonstrates the issue?

Some of our files have sensitive information in them. I will see if I can
provide one that produces the issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org