Skip to content

Tags: ajaxneit/js-xlsx

Tags

v0.10.6

Toggle v0.10.6's commit message
version bump 0.10.6: encoding tweaks

- updated codepage to 1.9.0
- replaced \u2603 with \s\S (fixes SheetJS#687 h/t @clgnik)

v0.10.5

Toggle v0.10.5's commit message
version bump 0.10.5

- HTML output new preamble, <table> should not be in header/footer
- XLS Built-In defined names translated to XLSX _xlnm form
- README: streaming read strategies
- If approximation error is sufficiently small, assume MDW is 6
- TS rename Utils type to XLSX$Utils (see SheetJS#618)

v0.10.4

Toggle v0.10.4's commit message
version bump 0.10.4: privacy filter

v0.10.3

Toggle v0.10.3's commit message
version bump 0.10.3: flush

- CSV double-quote processing (fixes SheetJS#656 h/t @jckkong)
- actually updated SSF to 0.9.3 (h/t @HuFlungDu)
- npm module actually includes the types

v0.10.2

Toggle v0.10.2's commit message
version bump 0.10.2: date processing corner cases

- all formats follow cellDates / dateNF (fixes SheetJS#653 h/t @mmancosu)
- IE6-8 Date corrections
- XLML Date force UTC
- updated SSF to 0.9.3 (fixes SheetJS#372 h/t @HuFlungDu)
- removed CFB export

v0.10.1

Toggle v0.10.1's commit message
version bump 0.10.1: json_to_sheet, misc fmts

- SYLK auto fail into DSV on bad header (fixes SheetJS#651 h/t @mmancosu)
- CSV automatically wrap `ID` in quotes
- json_to_sheet (see issue SheetJS#610)

v0.10.0

Toggle v0.10.0's commit message
version bump 0.10.0: cleanup

- updated SSF to 0.9.2
- XLSB style records and number format writing
- CSV avoid parseFloat (fixes SheetJS#646 h/t @jabbermarky)
- CSV recognize mac line ending (fixes SheetJS#648 h/t @charlesread)
- BIFF2 format table refactored to align with SSF
- BIFF5 image data exposure
- SSF custom format auto table update (fixes SheetJS#267 h/t @Fangmingdu)
- eslint more checks
- browser test timeout extended to 10 seconds

v0.9.13

Toggle v0.9.13's commit message
version bump 0.9.13: string formatting

- dateNF parse option controls interpretation of code 14
- SSF updated to 0.9.1
- SYLK write formulae
- DIF support Excel-style data storage
- ODS/FODS automatic styles for date formatting

Issues:
- Fixes SheetJS#181 h/t @charlesno
- Fixes SheetJS#200 h/t @JohnJeong123
- Fixes SheetJS#208 h/t @jerryhe88
- Fixes SheetJS#262 h/t @JohnJeong123
- Fixes SheetJS#269 h/t @calebeaires
- Fixes SheetJS#326 h/t @railty
- Fixes SheetJS#392 h/t @FourLeafClover
- Fixes SheetJS#449 h/t @dougschiller
- Fixes SheetJS#560 h/t @dpackage

v0.9.12

Toggle v0.9.12's commit message
version bump 0.9.12

`cellText` parse option controls `.w` output (fixes SheetJS#640 h/t @SCullman)

v0.9.11

Toggle v0.9.11's commit message
version bump 0.9.11: streaming HTML write