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

Nick Burch <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|NEW                         |RESOLVED
                 OS|                            |All

--- Comment #1 from Nick Burch <[email protected]> ---
Excel formulas are always stored in US format. (To check, type a German formula
into a spreadsheet, save as .xlsx, unzip the .xlsx and look at the formula
stored in the sheet1.xml file)

Because Excel files always use US format for storage internally, and that's
what you'll get back from POI if you read a german-set formula, POI also uses
US format for all evaluations

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