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

           Summary: [patch] Initial space in formula breaks
                    FormulaParser.toFormulaString()
           Product: POI
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


HSSFCell.getCellFormula() throws IllegalStateException when invoked on a cell
with a formula that has a leading space. (e.g. "= 4")


Note - HSSFCell.setCellFormula(String) strips spaces, so that method will not
show this bug.  The bug can easily be observed using spreadsheets created by
Excel.


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