#Excel
- https://www.npmjs.com/package/xlsx
- Description: XLSX / XLSM / XLSB / XLS / SpreadsheetML (Excel Spreadsheet) / ODS parser and writer
- Utility: Parser and Writer
- Install: npm install xlsx --save
- https://www.npmjs.com/package/xlsx-style
- Description: Wrapper around js-xlsx to make applying styles easier.
- Install: npm install xlsx-style --save
- https://www.npmjs.com/package/node-xlsx
- Description: Wrapper around js-xlsx to make it easier to work with in node.js.
- Install: npm install node-xlsx --save
- https://www.npmjs.com/package/excel4node
- Description: Library to create Formatted Excel Files.
- Utility: Writer that includes sytles
- Install: npm install excel4node --save
In order to process uploads of excel documents we need express.js to handle multipart/form-data
form uploads. Options include: