Tags: vasun77/js-xlsx
Tags
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
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
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
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
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
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
version bump 0.10.9: pin dependencies - updated SSF 0.10.0, codepage 1.10.1, CFB 0.12.0, CRC32 / ADLER32 1.1.0 - pinned all devDependencies (fixes SheetJS#740 h/t @the-spyke) - flow type updates - clarified meteor usage (fixes SheetJS#751 h/t @NorthDecoder)
version bump 0.10.7: autocorrections for bad files - recalculate SSF for malformed files (fixes SheetJS#506 h/t @asksahil) - malformed shared string (fixes SheetJS#445 h/t @ramzec) - SSF added to TS def (fixes SheetJS#711 h/t @duckywang1) - Norsk property names - resolved gitbook processing issues