sheetjs icon indicating copy to clipboard operation
sheetjs copied to clipboard

The sign needs to float left on a ???? format

Open snoopyjc opened this issue 5 years ago • 0 comments

The sign needs to float before any '?' in the format. Eg:

console.log(SSF.format('#????', -12.2))
 -12

Excel gives:

-  12

snoopyjc avatar Oct 04 '20 18:10 snoopyjc