Uncaught Error: unsupported format |#,###.##| #2891

Open
opened 2023-02-23 04:47:44 +00:00 by sarimarton · 1 comment

Hi

It seems like the library doesn't like this:

import ssf from 'ssf'

ssf.format('#,###.##', 123456678.92)

because I get this runtime error:

Uncaught Error: unsupported format |#,###.##|

The error only occurs with decimal numbers.

Hi It seems like the library doesn't like this: ```javascript import ssf from 'ssf' ssf.format('#,###.##', 123456678.92) ``` because I get this runtime error: ``` Uncaught Error: unsupported format |#,###.##| ``` The error only occurs with decimal numbers.
Owner

Thanks for reporting!

Thanks for reporting!
sheetjs added the
SSF
label 2023-02-27 09:01:52 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#2891
No description provided.