1. 04 12月, 2017 1 次提交
    • S
      version bump 0.11.12: merging js-harb · eff7d153
      SheetJS 提交于
      - ETH format and utils merged from js-harb
      - added shim to npm package (fixes #911 h/t @dackmin)
      - TS defs refresh
      - updated test_files
      eff7d153
  2. 28 10月, 2017 1 次提交
  3. 05 8月, 2017 1 次提交
    • S
      version bump 0.11.1: dist cleanup · 93582142
      SheetJS 提交于
      - 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
      93582142
  4. 10 6月, 2017 1 次提交
    • S
      version bump 0.10.5 · 5d997df4
      SheetJS 提交于
      - 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 #618)
      5d997df4
  5. 16 4月, 2017 1 次提交
    • S
      HTML Write support · 1d610546
      SheetJS 提交于
      - 'html' bookType write format
      - basic HTML entity encoding (fixes #629 h/t @xkr47)
      - HTML string and table merge cell fixes
      - doc notes on nodejs streaming
      1d610546
  6. 03 4月, 2017 1 次提交
    • S
      TXT/PRN · b9dae134
      SheetJS 提交于
      - UTF-16 Unicode Text (TXT) write
      - Lotus Formatted Text (PRN) read/write
      - DBF version 2 field length adjustments
      - throw errors if SheetNames is invalid (fixes #376 h/t @pietersv)
      b9dae134
  7. 01 4月, 2017 1 次提交
    • S
      more formats from js-harb · b93569ba
      SheetJS 提交于
      - clarify usage of Props and Custprops (fixes #274 h/t @michahell)
      - SYLK from js-harb
      - DIF from js-harb
      - HTML empty string bug fix
      b93569ba
  8. 22 2月, 2017 1 次提交
    • S
      version bump 0.8.5: FODS/UOS and IE6+ support · 74086792
      SheetJS 提交于
      - read and write support for Flat ODS files
      - read support for Uniform Office Spreadsheet (UOS)
      - IE6-8 cell regex split fix (fixes #350 #140 #268 h/t @Aymkdn @C0d3ine)
      - replace substr negative index with slices (fixes #351 h/t @Aymkdn)
      - ODS parsexmltag ignores ext overrides (fixes #548 h/t @lgodard)
      - csv can be written using write/writeFile with csv type
      - added `type` to README (fixes #432 h/t @tomkel)
      74086792