xlsx2json-cli

Convert XLSX files to json, plain simple.

Usage no npm install needed!

<script type="module">
  import xlsx2jsonCli from 'https://cdn.skypack.dev/xlsx2json-cli';
</script>

README

xlsx2json (-cli)

Convert XLSX files to JSON with this small client application.

Usage

Just install xlsx2json-cli via npm with:

npm install xlsx2json-cli

And now start converting files:

xlsx2json SomeTable.xlsx

Done. 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