1. 25 9月, 2017 1 次提交
  2. 23 9月, 2017 1 次提交
    • S
      version bump 0.11.4: BIFF8 XLS write · d0265005
      SheetJS 提交于
      - 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 #815 h/t @Neroth
      - fixes #739 h/t @LittleBreak @PWDream
      - fixes #553 h/t @keyiis
      - fixes #492 h/t @FlyingSailor @simonchan2013
      d0265005
  3. 05 9月, 2017 1 次提交
  4. 20 8月, 2017 1 次提交
    • S
      version bump 0.11.3: "array" type · 635310b6
      SheetJS 提交于
      - phased out Array map invocations (fixes #620 h/t @dullin)
      - "array" type supports Uint8Array
      - Headless browser examples
      - blank cells are omitted or stubbed (fixes #779 h/t @domxa)
      - removed transferrables from demo
      635310b6
  5. 09 8月, 2017 1 次提交
    • S
      demos and docs [ci skip] · 5855bcb6
      SheetJS 提交于
      - json_to_sheet options (fixes #771 h/t @enniob)
      - demos include HTML files (fixes #770 h/t @jwamsley)
      5855bcb6
  6. 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
  7. 19 6月, 2017 1 次提交
  8. 20 5月, 2017 1 次提交
  9. 10 5月, 2017 1 次提交
    • S
      version bump 0.10.0: cleanup · a8736580
      SheetJS 提交于
      - updated SSF to 0.9.2
      - XLSB style records and number format writing
      - CSV avoid parseFloat (fixes #646 h/t @jabbermarky)
      - CSV recognize mac line ending (fixes #648 h/t @charlesread)
      - BIFF2 format table refactored to align with SSF
      - BIFF5 image data exposure
      - SSF custom format auto table update (fixes #267 h/t @Fangmingdu)
      - eslint more checks
      - browser test timeout extended to 10 seconds
      a8736580
  10. 01 5月, 2017 1 次提交
    • S
      version bump 0.9.13: string formatting · b9bc0a16
      SheetJS 提交于
      - 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 #181 h/t @CharlesNo
      - Fixes #200 h/t @JohnJeong123
      - Fixes #208 h/t @jerryhe88
      - Fixes #262 h/t @JohnJeong123
      - Fixes #269 h/t @calebeaires
      - Fixes #326 h/t @railty
      - Fixes #392 h/t @FourLeafClover
      - Fixes #449 h/t @dougschiller
      - Fixes #560 h/t @dpackage
      b9bc0a16
  11. 11 3月, 2017 1 次提交
    • S
      version bump 0.9.1: cpexcel update · 71c23d9e
      SheetJS 提交于
      - codepage upgraded to 1.7.0
      - remove require dark pattern (closes #554 h/t @keyiis)
      - test for JSON header disambiguation
      - utility functions documentation (fixes #424 h/t @dskrvk)
      71c23d9e
  12. 10 3月, 2017 1 次提交
    • S
      version bump 0.9.0: merged ODS into XLSX · 54b528ea
      SheetJS 提交于
      The optional ODS module has been completely merged into xlsx.js and the
      corresponding scripts have been removed.  The new xlsx.js file provides
      appropriate ODS exports, so fixing is a matter of removing ods.js refs.
      54b528ea
  13. 05 3月, 2017 1 次提交