Extra spaces inserted in fraction denominator #2591

Open
opened 2020-10-04 15:02:52 +00:00 by snoopyjc · 0 comments
snoopyjc commented 2020-10-04 15:02:52 +00:00 (Migrated from github.com)

Extra spaces are inserted in fraction denominator if the denominator is shorter than the format and there is no integer part:

console.log(SSF.format('"s"??/?????????"e"', 0.123251512342345))
s480894/       3901729e  (wrong)
s480894/3901729  e       (correct)
Extra spaces are inserted in fraction denominator if the denominator is shorter than the format and there is no integer part: console.log(SSF.format('"s"??/?????????"e"', 0.123251512342345)) s480894/ 3901729e (wrong) s480894/3901729  e (correct)
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#2591
No description provided.