";" is incorrectly treated as a format separator #2569

Open
opened 2020-09-19 20:56:29 +00:00 by snoopyjc · 0 comments
snoopyjc commented 2020-09-19 20:56:29 +00:00 (Migrated from github.com)

";" is incorrectly treated as a format separator. It should output a literal ; instead.

Try: ";" 0.### in the live demo. You get no output for the pi input value. If you change the ";" to "a" you get the 'a'.

Bug is in function split_fmt(fmt) , where it should skip all chars while in_str is true.

";" is incorrectly treated as a format separator. It should output a literal ; instead. Try: ";" 0.### in the live demo. You get no output for the pi input value. If you change the ";" to "a" you get the 'a'. Bug is in ```function split_fmt(fmt) ```, where it should skip all chars while in_str is true.
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#2569
No description provided.