1. 25 May, 2014 1 commit
    • SheetJS's avatar
      version bump 0.7.3: performance · 489b9cdd
      SheetJS authored
      - require cpexcel instead of full codepage library
      - hardcode the unescapexml regexp
      - utf8read short circuit for ASCII strings
      - cellFormulae also acts on XLSX/XLSM
      - bin/xlsx.njs do not process formulae unless requested
      489b9cdd
  2. 22 May, 2014 1 commit
    • SheetJS's avatar
      version bump 0.7.2: bughunt · e1f8dbb8
      SheetJS authored
      - 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
  3. 03 May, 2014 1 commit
    • SheetJS's avatar
      version bump 0.6.2: bits reorganization · b645f6ef
      SheetJS authored
      - updated SSF to 0.6.5
      - XLSB 'dbcs' uses codepage
      - README bugfix (h/t @noodles)
      - new tests: rawjson and json baselines generated by hand
      - single cell ranges are encoded as cells ("A1" instead of "A1:A1") (h/t @clxl)
      - source code alignment with js-xls
      b645f6ef