-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Hi @andersnm,
Thank you for this work, really helpful!
We noticed that the Library was to able to parse ¥ and £ in NumberFormats (but € works for example).
We found a workaround which is to simply add quotes: "¥" will work.
Example:
(€* #,##0);(€* (#,##0);(€* "-");(@) will be parsed and format the value as expected.
(¥* #,##0);(¥* (#,##0);(¥* "-");(@) causes error.
("¥"* #,##0);("¥"* (#,##0);("¥"* "-");(@_) will be parsed and format the value as expected.
Cheers,
Romain
Metadata
Metadata
Assignees
Labels
No labels