Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: soldemuth/js-xlsx

Tags

v0.11.9

Toggle v0.11.9's commit message
version bump 0.11.9

- CLI `--book` convert all worksheets (fixes SheetJS#701 h/t @pmelisko)
- Detect ";"-DSV with no "\t" or "," (fixes SheetJS#875 h/t @sh977218)
- editable HTML uses spans for IE6+ compat (fixes SheetJS#851 h/t @elogicmedia)
- XLSB formula structure parallels XLS (fixes SheetJS#680 h/t @bstiel)

v0.11.8

Toggle v0.11.8's commit message
version bump 0.11.8: CFB 1.0.0

- travis node 9 test
- demo refresh

v0.11.7

Toggle v0.11.7's commit message
version bump 0.11.7: VFP DBF write

- DBF writer (dBASE II + VFP extensions)
- updated CFB to 0.13.2
- BIFF8 XLS write VBA

v0.11.6

Toggle v0.11.6's commit message
version bump 0.11.6: ancillary format update

- BIFF5 XLS write (bookType "biff5")
- DBF Level 7 read
- ODS whitespace and repeated rows
- flow and lint cleanup

v0.11.5

Toggle v0.11.5's commit message
version bump 0.11.5: "string" type

- proper JS string input / output type
- bower main now uses full version (fixes SheetJS#820 h/t @newmesiss)
- DOM parse directly acts on innerHTML (see SheetJS#779 h/t @danxfisher)
- unicode core props and ext props (fixes SheetJS#822 h/t @fureweb-com)
- shim update for IE10/11
- test refresh and flow checks

v0.11.4

Toggle v0.11.4's commit message
version bump 0.11.4: BIFF8 XLS write

- xlsx bin script takes `-8, --xls` options for writing BIFF8
- updated CFB to 0.12.1, CRC32 to 1.1.1
- test file spelling error (h/t @jsoref)
- minified script renames write_shift / read_shift
- UTF8 and XML entity processing

Issues:
- fixes SheetJS#815 h/t @Neroth
- fixes SheetJS#739 h/t @LittleBreak @PWDream
- fixes SheetJS#553 h/t @keyiis
- fixes SheetJS#492 h/t @flyingsailor @simonchan2013

v0.11.3

Toggle v0.11.3's commit message
version bump 0.11.3: "array" type

- phased out Array map invocations (fixes SheetJS#620 h/t @dullin)
- "array" type supports Uint8Array
- Headless browser examples
- blank cells are omitted or stubbed (fixes SheetJS#779 h/t @Domxa)
- removed transferrables from demo

v0.11.2

Toggle v0.11.2's commit message
version bump 0.11.2: proper plaintext parsing

- dollar currencies and percentages properly detected as numbers
- parse potential CDATA segments in XLSX (fixes SheetJS#775 h/t @awb99)
- IE8 issues with regex
- altjs demos

Issues:
- fixes SheetJS#673 h/t @huhm
- fixes SheetJS#748 h/t @sangpuion
- fixes SheetJS#749 h/t @GreggOD
- fixes SheetJS#772 h/t @sangpuion @jyyan

v0.11.1

Toggle v0.11.1's commit message
version bump 0.11.1: dist cleanup

- dist scripts properly export library
- XLS/XLSB formulae quote sheet names containing spaces
- skipHidden ported to streaming CSV write
- updated codepage to 1.11.0
- flow and TS updates
- webpack demo example using dist scripts
- requirejs demo

v0.11.0

Toggle v0.11.0's commit message
version bump 0.11.0: new minified versions

- build script strips `require` statements
- finally every version is pinned (see SheetJS#740 h/t @the-spyke)
- removed colloquialisms in README