sheetjs icon indicating copy to clipboard operation
sheetjs copied to clipboard

📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs

Results 131 sheetjs issues
Sort by recently updated
recently updated
newest added

Hi, attached is the file that has thrown an error by EXCEL. The fileName is: `RiskThemes_ Bubble Chart.xlsx`. I tried exporting with a fileName of `test.xlsx` and it is fine,...

I am experiencing an issue when trying to read an xlsx file from user upload that contains column formulas that have an expression that inserts an empty string into a...

Hi, I have tried to write 3 columns and N number of rows, below we can see the time taken (on my i3 machine): N --------------- TIME (s) 10000 ---------------...

Performance

I need to append new rows to a huge excel file. How to do it without to read the entiry file in the memory, which can potencially slowing down the...

I am trying to set a border and background around a range of cells. .. something like this: var range = XLSX.utils.decode_range("A0:C1"); range.s = { fill: { patternType: "solid", fgColor:...

I'm trying to get the rows based on my checkbox value.

环境: node -v : v14.19.0 vue @2.6.14 如果xlsx文件中存在拆分,通过 antd vue 中的文件上传组件上传改文件,通过XLSX.utils.sheet_to_json 获取数据是缺少数据 观察WorkBook对象sheet对象的!ref值不对 请问怎么解决?

I have been using SSF in my project, and have run into this problem - when the format is "#,0" it seems to throw an error. That is a valid...

I have used 'sheetRows' properties to read 'n' rows of a sheet but is it possible to read 'n' rows from 'k'the row. Eg. I want to read 100 rows...

Read Bug

See SheetJS/sheetjs#2551 for an example where `#,##.??` is corrected to `#,###.??` in Excel h/t @wilg for drawing attention to a format which triggered this behavior