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

Nick Burch <[email protected]> changed:

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

--- Comment #1 from Nick Burch <[email protected]> ---
For formula cells, you need to check the cached formula result type, and fetch
the cell's value based on that -
https://poi.apache.org/apidocs/org/apache/poi/ss/usermodel/Cell.html#getCachedFormulaResultType%28%29
. You cannot blindly fetch the numeric value for formula cells, as many
formulas don't resolve to numbers, eg they give a String or an Error (as in
your case)

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