E-00 format doesn't display the leading 0 #2589

Open
opened 2020-10-03 23:56:30 +00:00 by snoopyjc · 0 comments
snoopyjc commented 2020-10-03 23:56:30 +00:00 (Migrated from github.com)

A number format with 'E-00' always should display at least a 2-digit exponent. This only works correctly for 'E+00', not 'E-00':

console.log(SSF.format("##0.0E-00", 1))
1.0E0
A number format with 'E-00' always should display at least a 2-digit exponent. This only works correctly for 'E+00', not 'E-00': console.log(SSF.format("##0.0E-00", 1)) 1.0E0
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#2589
No description provided.