ng-xlsx-style

Excel (XLSB/XLSX/XLSM/XLS/XML) and ODS spreadsheet parser and writer (extended to enable read/write of cell formats with xlsx files)


Keywords
excel, xls, xlsx, xlsb, xlsm, ods, office, spreadsheet
License
Apache-2.0
Install
npm install ng-xlsx-style@0.0.4

Documentation

ng-xlsx-style

Forked from https://github.com/protobi/js-xlsx/ - refer to original documentation there. This project only aims to support generation in browser, not in a node env.

Changes

  • remove require statement for cptable to allow this to work in angular projects (and others I suppose)
  • remove require statements for fs (only needed for node, not browser)
  • remove require statement for crypto (not needed at this time)
  • fix require statement for jszip