Skip to content

Does not work for some symbols #30

@Crampichon

Description

@Crampichon

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions