1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 06 11月, 2017 1 次提交
  8. 28 10月, 2017 1 次提交
  9. 17 10月, 2017 1 次提交
  10. 30 9月, 2017 1 次提交
    • S
      version bump 0.11.5: "string" type · af3df446
      SheetJS 提交于
      - proper JS string input / output type
      - bower main now uses full version (fixes #820 h/t @newmesiss)
      - DOM parse directly acts on innerHTML (see #779 h/t @danxfisher)
      - unicode core props and ext props (fixes #822 h/t @fureweb-com)
      - shim update for IE10/11
      - test refresh and flow checks
      af3df446
  11. 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
  12. 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
  13. 11 8月, 2017 1 次提交
    • S
      version bump 0.11.2: proper plaintext parsing · 5b67ac08
      SheetJS 提交于
      - dollar currencies and percentages properly detected as numbers
      - parse potential CDATA segments in XLSX (fixes #775 h/t @awb99)
      - IE8 issues with regex
      - altjs demos
      
      Issues:
      - fixes #673 h/t @huhm
      - fixes #748 h/t @sangpuion
      - fixes #749 h/t @GreggOD
      - fixes #772 h/t @sangpuion @jyyan
      5b67ac08
  14. 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
  15. 01 8月, 2017 1 次提交
  16. 29 7月, 2017 1 次提交
    • S
      version bump 0.10.9: pin dependencies · ce37f99e
      SheetJS 提交于
      - updated SSF 0.10.0, codepage 1.10.1, CFB 0.12.0, CRC32 / ADLER32 1.1.0
      - pinned all devDependencies (fixes #740 h/t @the-spyke)
      - flow type updates
      - clarified meteor usage (fixes #751 h/t @NorthDecoder)
      ce37f99e
  17. 11 7月, 2017 1 次提交
    • S
      version bump 0.10.8 · 6a913d3a
      SheetJS 提交于
      - TS definition removed DOM references (fixes #724 h/t @shaunc)
      - extendscript inconsistent processing of bitwise ops
      - updated browser tests
      6a913d3a
  18. 06 7月, 2017 1 次提交
    • S
      version bump 0.10.7: autocorrections for bad files · 00f25cfe
      SheetJS 提交于
      - recalculate SSF for malformed files (fixes #506 h/t @asksahil)
      - malformed shared string (fixes #445 h/t @Ramzec)
      - SSF added to TS def (fixes #711 h/t @duckywang1)
      - Norsk property names
      - resolved gitbook processing issues
      00f25cfe
  19. 24 6月, 2017 1 次提交
  20. 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
  21. 03 6月, 2017 1 次提交
  22. 18 5月, 2017 1 次提交
    • S
      version bump 0.10.3: flush · e996df7b
      SheetJS 提交于
      - CSV double-quote processing (fixes #656 h/t @jckkong)
      - actually updated SSF to 0.9.3 (h/t @HuFlungDu)
      - npm module actually includes the types
      e996df7b
  23. 17 5月, 2017 1 次提交
    • S
      version bump 0.10.2: date processing corner cases · 3ff724e3
      SheetJS 提交于
      - all formats follow cellDates / dateNF (fixes #653 h/t @mmancosu)
      - IE6-8 Date corrections
      - XLML Date force UTC
      - updated SSF to 0.9.3 (fixes #372 h/t @HuFlungDu)
      - removed CFB export
      3ff724e3
  24. 12 5月, 2017 1 次提交
  25. 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
  26. 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
  27. 22 4月, 2017 1 次提交
    • S
      version bump 0.9.12 · 8c4f1f4e
      SheetJS 提交于
      `cellText` parse option controls `.w` output (fixes #640 h/t @SCullman)
      8c4f1f4e
  28. 16 4月, 2017 1 次提交
  29. 09 4月, 2017 1 次提交
    • S
      version bump 0.9.10: nodejs performance · 51182e57
      SheetJS 提交于
      - xlsx.njs use dense mode by default
      - CSV Streaming output for nodejs
      - XLSX/XLSB error on password protected documents
      - record hoppers switch on record number rather than name
      51182e57
  30. 03 4月, 2017 1 次提交
  31. 01 4月, 2017 1 次提交
  32. 29 3月, 2017 1 次提交
    • S
      version bump 0.9.7: write features · b89a8760
      SheetJS 提交于
      - write !cols widths : XLSX XLSB XLML
      - write hyperlinks   :           XLML
      - XLSB convert date cell to numeric on write
      - fixed issue with assigning self in jszip
      
      issues:
      - closes #607 h/t @jscheid
      - closes #195 h/t @asfman
      b89a8760
  33. 26 3月, 2017 1 次提交
    • S
      version bump 0.9.6 · 471275b7
      SheetJS 提交于
      - new ExtendScript demo
      - Base64 shim improvements h/t @davidchambers @sheetjsdev
      - jszip improvements to support extendscript
      471275b7
  34. 23 3月, 2017 1 次提交
  35. 21 3月, 2017 1 次提交
    • S
      version bump 0.9.4 · 3cacfc40
      SheetJS 提交于
      - changed regexes to handle odd XML (fixes #191 h/t @chk- @imsaquib)
      - XLML roundtrip 1252 encoding
      - browser core tests added to main repo
      3cacfc40
  36. 16 3月, 2017 1 次提交
  37. 13 3月, 2017 1 次提交
    • S
      version bump 0.9.2: more bugfixes · 456ab63d
      SheetJS 提交于
      - decode sheet name for XLSX and XLML (fixes #203 h/t @rocketmonkeys)
      - XFExt (fixes #298 h/t @aetna-softwares @aimcom @baharudinafif)
      - handle truly empty `<is>` elements (fixes #506 h/t @asksahil)
      - pin version numbers for dependencies (fixes #469 h/t @nhtera)
      - sed usage fix (see #572 h/t @liryna)
      - fix hex2RGB substr indices (fixes #294 h/t @kamorahul)
      - removed stale typescript files (see #442)
      - reworked shift formula regex (fixed #551 h/t @SheetJSDev)
      - README note on webpack codepage suppression (fixes #438 h/t @rusty1s)
      - README note on WTF (fixes #487 h/t @livesoftware)
      456ab63d
  38. 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
  39. 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
  40. 09 3月, 2017 1 次提交
    • S
      version bump 0.8.8: HTML · 7b6fb7b3
      SheetJS 提交于
      - read MSO HTML (fixes #419 h/t @vineetl fixes #458 h/t @tienne)
      - roll out xml namespace fix (closes #362 h/t @PierreOCXP)
      - cellDates clarifications
      7b6fb7b3