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 2004/01/28 06:15:50 UTC

DO NOT REPLY [Bug 26483] New: - Formula Parser barfs on 3DRefs because of lack of access to the internal workbook

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26483>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26483

Formula Parser barfs on 3DRefs because of lack of access to the internal workbook

           Summary: Formula Parser barfs on 3DRefs because of lack of access
                    to the internal workbook
           Product: POI
           Version: 2.0-pre3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HSSF
        AssignedTo: poi-dev@jakarta.apache.org
        ReportedBy: eladner@goldinc.com


Attached is an Excel spreadsheet and a snippet of Java that shows the error.

it blows up on line 295 of FormulaParser:

  short externIdx = book.checkExternSheet(book.getSheetIndex(sheetName));

because there was no workbook to get the external sheet references from
(external reference meaning external to the sheet the formula is on.

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: poi-dev-help@jakarta.apache.org