sheetjs
sheetjs copied to clipboard
Invalid format message for ?.? (and for .?) for float input
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.