1. 13 Feb, 2014 2 commits
  2. 12 Feb, 2014 1 commit
    • SheetJS's avatar
      version bump 0.5.4: more options · 7e9f218f
      SheetJS authored
      - cellHTML controls HTML generation
      - cellFormula controls formula output
      - sheetStubs now defaults to false
      
      - cleaned up unnecessary CSV quotes (fixed #45)
      - updated test_files to 20140211
      - updated SSF to 0.5.7
      - removed unused main function
      - removed some dead code
      7e9f218f
  3. 07 Feb, 2014 1 commit
    • SheetJS's avatar
      version bump 0.5.3: options! · 27af8a6d
      SheetJS authored
      - read and readFile accept opts argument:
      o cellNF (default false) true -> cell.z holds number format string
      o sheetStubs (default true) false -> stub cells not emitted
      
      - name consistency (parse_workbook -> parse_wb_xml)
      - README updates
      - CONTRIBUTING notes added
      27af8a6d
  4. 06 Feb, 2014 1 commit
  5. 05 Feb, 2014 1 commit
    • SheetJS's avatar
      version bump 0.5.1: field reorg · 972897c9
      SheetJS authored
      - cell.r holds the raw rich text, cell.h now holds the html
        (version 0.5.0 cell.raw -> cell.r, cell.r -> cell.h)
      - similar changes to comments and XLSB generation
      - removed some unused binary methods
      972897c9
  6. 04 Feb, 2014 2 commits
    • SheetJS's avatar
      xlsb browser fix · 242d5c65
      SheetJS authored
      242d5c65
    • SheetJS's avatar
      version bump 0.5.0: changes to cell interface · a96d8964
      SheetJS authored
      Cell object stores the formatted text in the `.w` field
      - Raw format and types are preserved in the `.t`, `.v` fields
      - Accessors have been updated to use the field
      
      updates for older OOXML:
      - ECMA-376 makes reference to old sstItem shared string item
      - [MS-XLSX] xmlns for workbook
      a96d8964
  7. 31 Jan, 2014 1 commit
  8. 30 Jan, 2014 2 commits
  9. 29 Jan, 2014 1 commit
    • SheetJS's avatar
      version bump 0.4.1: more XLSB + cleanup · 6990e66a
      SheetJS authored
      - updated ssf to 0.5.4
      - cleaned up CSV string output
      - added CSV tests (from test_files)
      - passes lint
      - inlineStr actually parses <is> block
      - more XLSB bits
      6990e66a
  10. 28 Jan, 2014 1 commit
  11. 27 Jan, 2014 1 commit
  12. 25 Jan, 2014 1 commit
  13. 23 Jan, 2014 2 commits
  14. 22 Jan, 2014 2 commits
  15. 20 Jan, 2014 1 commit
  16. 18 Jan, 2014 2 commits
  17. 16 Jan, 2014 2 commits
    • kinwah's avatar
      Add parsing comment codes into bits/70_xlsx.js · 80a843ca
      kinwah authored
      Update test xlsx file to apachepoi_SimpleWithComments.xlsx
      80a843ca
    • kinwah's avatar
      Support for parsing Comments · 59d9d908
      kinwah authored
      Comments parts listed in the [Content Types] are parsed.
      Sheets's relationships are parsed.
      Comments parts are correlated to their corresponding sheets parts.
      Comments's contents are added to the ref'ed cells.
      Rich text styling properties are currently ignored.
      
      For example:
      {
        "!ref": "A1:B3",
        "A1": {
          "v": 1,
          "t": "n"
        },
        "B1": {
          "v": "one",
          "t": "s",
          "r": "one",
          "c": [
            { "a": "Yegor Kozlov",
             "t": [ "Yegor Kozlov:",
                    "\r\nfirst cell" ]
            }
          ]
        }
      }
      59d9d908
  18. 15 Jan, 2014 1 commit
  19. 07 Jan, 2014 1 commit
  20. 31 Dec, 2013 1 commit
  21. 27 Dec, 2013 2 commits
  22. 16 Dec, 2013 1 commit
  23. 06 Dec, 2013 1 commit
  24. 22 Nov, 2013 4 commits
  25. 15 Nov, 2013 1 commit
  26. 14 Nov, 2013 1 commit
  27. 13 Nov, 2013 1 commit
  28. 12 Nov, 2013 2 commits