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
trafficstars

from https://github.com/SheetJS/js-xls/issues/105 reported by @gavinrobertszeco ๐Ÿ‘ ``` As a temporary solution, I have had to modify the source files to change the date/time formats within the table_fmt variable to suit...

from https://github.com/SheetJS/js-xls/issues/102 reported by @tburd ``` Hi All. First I would like to thank all users and admins here, The code is awesome. I am facing am issue while loading...

See https://github.com/SheetJS/js-xlsx/issues/181 and the XLML format map

[ ] different decimal character [ ] thousands delimiters [ ] digit grouping length (3 = thousands) [ ] indian numbering system e.g. `12,34,56,789.01` See https://github.com/SheetJS/js-xlsx/issues/78 for an example

I noticed there's some options for color support in the code. Is this something that's in progress or planned? Can I help?

Seems to work in OpenOffice From: http://superuser.com/a/205763

I tried to add a formatter to my table columns that applies a new format to numeric cells. I used this https://github.com/SheetJS/js-xlsx/issues/885 issue as a guide to my solution but...

good first issue

[Microsoft has provided documentation](https://docs.microsoft.com/en-us/office/dev/add-ins/excel/pnp-open-in-excel) on how this is done, though by no means approachable without some abstraction. It seems really promising, one might be able to serialize their JavaScript that...

Features

I set XLSX.SSF.load('yyyy"ๅนด"m"ๆœˆ"', 52), add one customer code in SSF. I can use XLSX.SSF.get_table() to get new ssf table successfuly. Then when I use this.wb = XLSX.read(data, {type: "binary"}), this.wb.SSF...

SSF