https://issues.apache.org/ooo/show_bug.cgi?id=123635
Bug ID: 123635
Issue Type: DEFECT
Summary: [Enhancement] Function VALUE with optional locale
argument
Product: Calc
Version: 4.0.1
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: editing
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
VALUE returns different results under different locale settings.
How about an optional second argument to override the global locale?
=VALUE("1.234";"en-UK") => 1.234
=VALUE("1.234";"de-DE") => 1234
=VALUE("1,234";"de-DE") => 1.234
=VALUE("1/2/34";"en-UK") => 1934-02-01
=VALUE("1/2/34";"en-US") => 1934-01-02
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.