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

           Summary: Implementation of HSSFCell#getRichStringCellValue()
                    does not match its contract
           Product: POI
           Version: 3.2-FINAL
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Grzegorz Bloch <[email protected]> 
2009-09-10 03:39:42 PDT ---
Created an attachment (id=24244)
failing test for HSSFCell#getRichStringCellValue()

The contract of HSSFCell#getRichStringCellValue() specifies that "For
formulaCells that are not string Formulas, we return empty String".

What actually happens is that for numeric formula an IllegalArgumentException
is thrown. (See attached test).

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