monqkim
Results
2
comments of
monqkim
[sample.xlsx](https://github.com/SheetJS/js-xlsx/files/2335128/sample.xlsx) and here is my options. ``` const XLSX_READ_FILE_OPTS = { bookDeps: false, bookFiles: false, bookProps: false, bookSheets: false, bookVBA: false, cellDates: true, cellFormula: false, cellHTML: false, cellNF: false, cellStyles:...
Thanks for the answer, but why the 'w' value is different from the others? The 'w' of other cells reflects original formatted text accurately, but only `18800000000` cell's 'w' is...