1. 06 4月, 2018 1 次提交
  2. 29 3月, 2018 2 次提交
  3. 20 3月, 2018 1 次提交
    • S
      version bump 0.12.6: BrtUid · dc2128ca
      SheetJS 提交于
      - `BrtUid` record (fixes #1044 h/t @gustavosimil)
      - `sheet_to_json` allow default for errors (fixes #1035 h/t @arijitkanrar)
      - docs and demos update
      dc2128ca
  4. 19 3月, 2018 1 次提交
  5. 13 3月, 2018 1 次提交
  6. 08 3月, 2018 1 次提交
  7. 07 3月, 2018 1 次提交
  8. 06 3月, 2018 1 次提交
    • S
      version bump 0.12.4: zip cleanup · 7149728c
      SheetJS 提交于
      - PK magic number bound (fixes #1013 h/t @wlpeter)
      - removed JSZip conflict (fixes #1017 h/t @seanmars)
      - updated CFB to 1.0.5
      - demo HTML conversion `string`
      7149728c
  9. 28 2月, 2018 1 次提交
    • S
      version bump 0.12.3: cleanup · 5dd16ae6
      SheetJS 提交于
      - PtgList and old Ptg record support
      - fleshed out ftab constants from macrosheet support
      - reimplemented / fixed / removed shim functions
      - demo refresh
      5dd16ae6
  10. 21 2月, 2018 1 次提交
    • S
      version bump 0.12.2: BIFF2-4 features · 8508ad4e
      SheetJS 提交于
      - correct BIFF-dependent cell reference wrapping
      - record layout fixes from sample files
      - use BIFF version 2.4.338 for BOF (fixes #995 h/t @benjaminleetmaa)
      - fixed potentially vulnerable regexes (h/t @davisjam)
      - removed insecure deep dependency (fixes #996 h/t @dcatoday)
      8508ad4e
  11. 18 2月, 2018 1 次提交
  12. 15 2月, 2018 1 次提交
    • S
      version bump 0.12.1: BIFF5 features · 19620da3
      SheetJS 提交于
      - BIFF5 write number formats and other features
      - XLSX/XLSB/BIFF8 Suppress "Number stored as Text" errors
      - codename awareness (fixes #992 h/t @samusstrike)
      - updated CFB to 1.0.3
      - demo refresh
      19620da3
  13. 09 2月, 2018 1 次提交
    • S
      version bump 0.12.0: extendscript fixes · f002afae
      SheetJS 提交于
      - ExtendScript write quirks (fixes #986 h/t @grefel)
      - BIFF8 write number formats (fixes #987 h/t @scwood)
      - xlsx.extendscript.js library script
      - readFile / writeFile support ExtendScript
      - flow update
      f002afae
  14. 05 2月, 2018 1 次提交
  15. 04 2月, 2018 1 次提交
  16. 27 1月, 2018 1 次提交
  17. 23 1月, 2018 2 次提交
  18. 11 1月, 2018 1 次提交
  19. 09 1月, 2018 1 次提交
    • S
      version bump 0.11.17: sheet_add_{aoa,json} · 1d749777
      SheetJS 提交于
      - Skip extraneous trailing records (fixes #938 h/t @benjaminleetmaa)
      - XLS -> XLML oddities (fixes #678 h/t @buserror)
      - ionic demo
      - sheet_add_aoa and sheet_add_json
      Issues:
      - fixes #947 h/t @fpasxos
      - fixes #666 h/t @samuelkavin
      - fixes #301 h/t @acgentry
      - fixes #561 h/t @Ideandro
      1d749777
  20. 03 1月, 2018 1 次提交
  21. 30 12月, 2017 1 次提交
    • S
      version bump 0.11.16: refresh · f277ebe1
      SheetJS 提交于
      - HTML whitespace (fixes #849 h/t @laurentauthier)
      - XLML number format write (fixes #904 h/t @james-boswell)
      - XLAM/XLA write
      - 'array' write type
      - XLSX/XLSB/XLS/XLML RTL read/write
      - XLS merge cells write
      - demo and typing refresh
      f277ebe1
  22. 25 12月, 2017 1 次提交
  23. 18 12月, 2017 1 次提交
  24. 15 12月, 2017 1 次提交
    • S
      version bump 0.11.14: links · b3873ea6
      SheetJS 提交于
      - BIFF5 + ODS read named ranges
      - internal link range normalization
      - BIFF8 + ODS link write
      - internal link write (fixes #685 h/t @gawi)
      b3873ea6
  25. 12 12月, 2017 1 次提交
  26. 09 12月, 2017 1 次提交
    • S
      version bump 0.11.13: codepage · c9cab807
      SheetJS 提交于
      - binary CSV `codepage` read option (fixes #907 h/t @popovserhii)
      - BIFF2-5 `codepage` read option (fixes #912 h/t @makcbrain)
      - `xlsx` utility `--codepage` override option
      - HTML support some common entities (fixes #914 h/t @razvanioan)
      c9cab807
  27. 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
  28. 01 12月, 2017 1 次提交
    • S
      version bump 0.11.11: CFB miscellany · cd2e639f
      SheetJS 提交于
      - export `sheet_to_txt` (fixes #905 h/t @aj4mq)
      - BIFF4 Format Record aligned to BIFF 2/3 (fixes #909 h/t @ToujouAya)
      - updated CFB to 1.0.1
      - typescript standalone demo
      - nexe / pkg xlsx.njs demo
      cd2e639f
  29. 23 11月, 2017 1 次提交
  30. 20 11月, 2017 1 次提交
    • S
      version bump 0.11.10: binary miscellany · 547fba56
      SheetJS 提交于
      - XLSX empty numeric cells stubbed (fixes #891 h/t @mgoku)
      - XLS sheet type identification
      - XLS/XLSB/XLSM CodeName exposure (fixes #361 h/t @TennisVisuals)
      - CFB re-exported
      547fba56
  31. 16 11月, 2017 1 次提交
    • S
      version bump 0.11.9 · 7c7f4a69
      SheetJS 提交于
      - CLI `--book` convert all worksheets (fixes #701 h/t @pmelisko)
      - Detect ";"-DSV with no "\t" or "," (fixes #875 h/t @sh977218)
      - editable HTML uses spans for IE6+ compat (fixes #851 h/t @elogicmedia)
      - XLSB formula structure parallels XLS (fixes #680 h/t @bstiel)
      7c7f4a69
  32. 15 11月, 2017 1 次提交
  33. 06 11月, 2017 1 次提交
  34. 01 11月, 2017 1 次提交
  35. 28 10月, 2017 1 次提交
  36. 18 10月, 2017 1 次提交
  37. 17 10月, 2017 2 次提交