Invalid format message for ?.? (and for .?) for float input #2580

Open
opened 2020-09-29 02:41:43 +00:00 by snoopyjc · 0 comments
snoopyjc commented 2020-09-29 02:41:43 +00:00 (Migrated from github.com)

Invalid format message for ?.? (and for .?) for float input. It works fine for int input.

console.log(SSF.format('?.?', 1.2))
Error: unsupported format |?.?|

console.log(SSF.format('?.?', 1))
1.
Invalid format message for ?.? (and for .?) for float input. It works fine for int input. console.log(SSF.format('?.?', 1.2)) Error: unsupported format |?.?| console.log(SSF.format('?.?', 1)) 1.
Sign in to join this conversation.
No Milestone
No Assignees
1 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#2580
No description provided.