1. 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
  2. 14 4月, 2017 2 次提交
  3. 13 4月, 2017 2 次提交
  4. 12 4月, 2017 1 次提交
    • S
      Defined Names · 0189bc23
      SheetJS 提交于
      - XLSX read/write defined names
      - XLSB/XLS/XLML read defined names
      
      Issues:
      - fixes #83 h/t @developergdd
      - fixes #6 , fixes #599
      0189bc23
  5. 10 4月, 2017 1 次提交
    • S
      Basic AutoFilter Read/Write · 5187bc0b
      SheetJS 提交于
      - XLSX/XLSB read/write autofilter
      - XLS/XLML/*ODS read autofilter
      - Workbook Properties override via Props option
      - XLSB write sheet protection
      
      Issues:
      - fixes #472 h/t @nishthasb
      - fixes #478 h/t @yonatannn
      - see #623 h/t @jcarvin
      5187bc0b
  6. 09 4月, 2017 2 次提交
  7. 08 4月, 2017 1 次提交
    • S
      experimental dense representation · f43cacaf
      SheetJS 提交于
      - browser demo save file in global (fixes #573 h/t @WildDusk)
      - flesh out XLSB record expectations (fixes #624 h/t @pgeeh)
      - `dense` mode (fixes #34 h/t @schleumer)
      f43cacaf
  8. 05 4月, 2017 2 次提交
  9. 03 4月, 2017 2 次提交
    • S
      version bump 0.9.9: basic TXT/CSV read · 01d1c32f
      SheetJS 提交于
      fixes #489 h/t @vijayst
      fixes #617 h/t @ayush000
      01d1c32f
    • 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
  10. 02 4月, 2017 1 次提交
    • S
      Read/Write Comments · 3a310bd3
      SheetJS 提交于
      - XLSB/XLSX/XLML write comments
      - BIFF2 write date cells (see #586 h/t @roccomuso)
      - ODS read cell comments (fixed #315 h/t @yisk)
      - XLSX / XLSB emit empty comments when necessary
      - changed node detection logic (fixes #614 h/t @mhenris)
      
      - fixes #605 h/t @ylbweb
      - fixes #233 h/t @hanxi @osecki
      - fixes #192 h/t @abarik1981 @stla
      - fixes #183 h/t @aravindkoneru @ryangallen
      3a310bd3
  11. 01 4月, 2017 3 次提交
    • 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
    • S
      version bump 0.9.8 · e42cf43c
      SheetJS 提交于
      e42cf43c
    • S
      sheet visibility · 97f7c1d4
      SheetJS 提交于
      - XLSB read V H VH + write V H VH
      - XLSX read V H VH + write V H VH
      - XLML read V H VH + write V H VH
      - XLS  read V H VH
      
      - fixes #123 h/t @rla-dev @Mior
      - fixes #464 h/t @enobufs @thowk
      - fixes #498 h/t @digity
      - fixes #503 h/t @digity
      97f7c1d4
  12. 31 3月, 2017 3 次提交
  13. 30 3月, 2017 1 次提交
    • S
      HTML DOM Element read · 65f1c7e5
      SheetJS 提交于
      - DOM <table> element parsing (fixes #576 h/t @axolo)
      - removed InterfaceHdr check (fixes #209 h/t @Batistleman)
      - gitbook docs
      65f1c7e5
  14. 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
  15. 28 3月, 2017 2 次提交
    • S
      DBF from js-harb · 085150db
      SheetJS 提交于
      - merged DBF from js-harb (fixes #407 h/t @joefreire)
      - updated codepage to 1.8.0
      - stub for macro/dialog sheet parsing (fixes #292 h/t @GenoD)
      - XLSB/XLSM write vbaraw (fixes #606 h/t @johnothetree)
      - phantomjs demo (fixes #184 h/t @machinewu)
      085150db
    • S
      XLS/XLSX/XLSB Interpret Chartsheets as Data Tables · 663270b7
      SheetJS 提交于
      - chartsheets are now stored as sheets with "!type" set to "chart"
      - fixed Strict XML Workbook Relationships
      - stubbed support for dialog and macro sheets
      - removed legacy XLS `!range` field
      663270b7
  16. 26 3月, 2017 2 次提交
    • S
      version bump 0.9.6 · 471275b7
      SheetJS 提交于
      - new ExtendScript demo
      - Base64 shim improvements h/t @davidchambers @sheetjsdev
      - jszip improvements to support extendscript
      471275b7
    • O
      International Properties · 10384008
      OliverZ 提交于
      Excel localizes "Worksheets" and other names in XLS[XMB] Properties
      
      Fixes #33
      
      note: @oliverz contributed a file with "Arbeitsblätter"
            @sheetjsdev tested against test suite, PR #32 details used
      10384008
  17. 25 3月, 2017 1 次提交
    • S
      API Improvements · 70c48a74
      SheetJS 提交于
      - `aoa_to_sheet` function (fixes #314 h/t @fonzy2013 @rvdwijngaard)
      - `writeFileAsync` function (fixes #396 h/t @barbalex)
      - `sheet_to_json` tests + docs + blankrows (fixes #602 h/t @EEaglehouse)
      - write number format scan now includes every index >= 50
      - propagate SSF IE8 fixes (fixes #171 h/t @sheetjsdev)
      - update shim for extendscript (see #603 h/t @firas3d)
      - more flow type definitions
      70c48a74
  18. 24 3月, 2017 1 次提交
  19. 23 3月, 2017 2 次提交
  20. 22 3月, 2017 3 次提交
    • L
      SSF undefined string guard (fixes #584) · d83986d3
      LieJiang 提交于
      note: @sheetjsdev authored commit, original PR date/author used
      d83986d3
    • S
      utility improvements · a846f718
      SheetJS 提交于
      - sheet_to_csv strip option (fixes #182 h/t @davidworkman9)
      - sheet_to_json dateNF option (fixes #134 h/t @rotemtam)
      - file type detection expanded to 4 byte magic number
      a846f718
    • S
      XLS/XLSX/XLSB/XLML cellDates support · c7010eec
      SheetJS 提交于
      - uniform number->date cell conversion
      - update SSF to 0.9.0 (for is_date)
      - namespaced rich str xml
      - license file changed to appease GH automatic license detector
      
      |     id      | author       | comment                                 |
      |:------------|:-------------|:----------------------------------------|
      | closes #581 | @Aymkdn      | XLSX cellDates + SSF.is_date            |
      | closes #126 | @elad        | same as #581 h/t @SystemParadox         |
      | closes #59  | @vratiu      | same as #581                            |
      | closes #279 | @varunoberoi | raw json output uses date               |
      c7010eec
  21. 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
  22. 20 3月, 2017 5 次提交