sheetjs icon indicating copy to clipboard operation
sheetjs copied to clipboard

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

Open snoopyjc opened this issue 5 years ago • 0 comments
trafficstars

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.

snoopyjc avatar Sep 29 '20 02:09 snoopyjc