1. 02 Oct, 2019 1 commit
  2. 02 Apr, 2015 1 commit
  3. 16 May, 2014 1 commit
    • SheetJS's avatar
      version bump 0.7.0: Basic write support · d15b81e0
      SheetJS authored
      - very basic XLSX / XLSM write support with roundtrip tests (XLSB stubs)
      - reorganized source tree
      - new XLSB range check ensures that A1 is not emitted for empty sheets
      - SSF table emitted in output (consistent with js-xls)
      - CLI supports writing
      
      Backwards-incompatible changes:
      o new Property aliases (see CORE_PROPS and EXT_PROPS)
      o FILETIME custom properties parsed as JS Dates
      o `xlsx2csv` -> `xlsx` (and `bin/xlsx{2csv,}.njs`)
      d15b81e0
  4. 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