SheetJS / sheetjs

📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs
https://sheetjs.com/
Apache License 2.0
35.02k stars 8k forks source link

Check for strings that may be interpreted as numbers (fixes #2609) #2814

Closed qburst-harikrishnanp closed 1 year ago

qburst-harikrishnanp commented 1 year ago

fixes #2609

SheetJSDev commented 1 year ago

Cell type checks are needed in both parts to determine whether the intention is to pass a number or a string.

Please raise an issue in the main project repo with some examples to start the discussion