8000 Tags · DanTsk/js-xlsx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: DanTsk/js-xlsx

Tags

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

v0.9.10

Toggle v0.9.10's commit message
version bump 0.9.10: nodejs performance

- xlsx.njs use dense mode by default
- CSV Streaming output for nodejs
- XLSX/XLSB error on password protected documents
- record hoppers switch on record number rather than name

v0.9.9

Toggle v0.9.9's commit message
version bump 0.9.9: basic TXT/CSV read

fixes SheetJS#489 h/t @vijayst
fixes SheetJS#617 h/t @ayush000

v0.9.8

Toggle v0.9.8's commit message
version bump 0.9.8

v0.9.7

Toggle v0.9.7's commit message
version bump 0.9.7: write features

- write !cols widths : XLSX XLSB XLML
- write hyperlinks   :           XLML
- XLSB convert date cell to numeric on write
- fixed issue with assigning self in jszip

issues:
- closes SheetJS#607 h/t @jscheid
- closes SheetJS#195 h/t @asfman
0