xlsx2json-cli
v0.3.0
Published
Convert XLSX files to json, plain simple.
Readme
xlsx2json (-cli)
Convert XLSX files to JSON with this small client application.
Usage
Just install xlsx2json-cli via npm with:
npm install xlsx2json-cliAnd now start converting files:
xlsx2json SomeTable.xlsxDone. You get a dedicated file for each sheet (tab) of your spreadsheet.
Credits
This is more a small wrapper around an awesome XLSX library, https://github.com/SheetJS/js-xlsx
