1. 25 9月, 2017 1 次提交
  2. 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
  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. 08 6月, 2017 1 次提交
  5. 05 3月, 2017 1 次提交
  6. 04 2月, 2017 1 次提交
    • S
      version bump 0.8.2: ODS and cleanup · 86d6a093
      SheetJS 提交于
      - README and example cleanup
      - basic XLSB and ODS write support
      - flow typecheck for ODS file
        Note: xlsx.js flow fails: https://github.com/facebook/flow/issues/380
      - exposed jszip compression (fixes #220, closes #284)
      
      README issues:
      
      |  id  | author         | comment                                      |
      |-----:|:---------------|:---------------------------------------------|
      | #202 | @sao93859      | closes #202                                  |
      | #211 | @alexanderchan | closes #211 corrected examples               |
      | #327 | @cskaandorp    | changed saveAs example to match write tests  |
      | #424 | @dskrvk        | added note about s2roa h/t @LeonardoPatignio |
      | #496 | @jimmywarting  | closes #496 adapted rABS examples with rAAS  |
      
      ODS file format issues:
      
      |  id  | author         | comment                                      |
      |-----:|:---------------|:---------------------------------------------|
      | #148 | @user4815162342| closes #148 h/t @ziacik                      |
      | #166 | @paulproteus   | closes #166 rudimentary ODS write support    |
      | #177 | @ziacik        | closes #177                                  |
      | #179 | @ziacik        | closes #179 use JSON when available          |
      | #317 | @ziacik        | closes #317                                  |
      | #328 | @think01       | closes #328                                  |
      | #383 | @mdamt         | closes #383 duplicate cells should be copied |
      | #430 | @RB-Lab        | closes #430                                  |
      | #546 | @lgodard       | closes #546 thanks to other changes          |
      86d6a093
  7. 31 12月, 2016 1 次提交
    • S
      version bump 0.8.1: fixes to support node 4+ · 2a756fff
      SheetJS 提交于
      - codepage updated to 1.6.0 (latest)
      - clean up Makefile
      - adapted .travis.yml to support 0.8
      - removed test files that drifted from baseline
      - removed XLSB pseudo-inverse tests due to fails in node 4+
      2a756fff
  8. 03 4月, 2015 1 次提交
  9. 10 10月, 2014 1 次提交
  10. 30 6月, 2014 1 次提交
    • S
      version bump 0.7.7: needs more cowbell · 6bc24374
      SheetJS 提交于
      - parsexmltag and other hot functions now better optimized for v8
      - monomorphic functions (different types -> different funcs)
      - more efficient decode_range implementation when source is trusted
      - regular expressions cached and simplified without breaking correctness
      - more efficient utf8 techniques when available
      - XLSX: large functions broken down into sub-functions (e.g. `parse_ws_xml`)
      - XLSB: avoid unnecessary binds
      - XLSB: assume no exotic codepage exists (no one else tries to write XLSB)
      - demo exposes rABS / worker / transferable options
      - more tests
      - jszip updated to 2.3.0
      - SSF updated to 0.8.1
      - codepage updated to 1.3.1
      6bc24374
  11. 22 5月, 2014 1 次提交
    • S
      version bump 0.7.2: bughunt · e1f8dbb8
      SheetJS 提交于
      - read BOM, handle UTF16LE-encoded XML
      - handle namespaces in [Content_Types].xml
      - parse workbook rels to determine sheet files
      - numbers OSX boolean support (apparently requires "0" or "1")
      - XLSX force "General" style to be serialized, omit implied cell type and style
      - updated SSF to 0.7.0 (h/t @sysarchitect)
      - updated jszip to 2.2.2
      - removed old tests/files path, replaced with test_files
      - themes written
      - ignore potential existence of thumbnail when calculating relationship ids
      e1f8dbb8
  12. 29 1月, 2014 1 次提交
  13. 23 11月, 2013 1 次提交