sheetjs/packages/xlsx-cli
SheetJS af421e3161 xlsx-cli 1.1.3 [ci skip] 2022-04-16 02:18:29 -04:00
..
bin xlsx-cli v1.1.2 [ci skip] 2022-03-03 14:11:20 -05:00
.npmignore xlsx-cli separate package [ci skip] 2021-11-06 20:34:44 -04:00
LICENSE xlsx-cli v1.1.2 [ci skip] 2022-03-03 14:11:20 -05:00
README.md xlsx-cli separate package [ci skip] 2021-11-06 20:34:44 -04:00
index.js xlsx-cli 1.1.3 [ci skip] 2022-04-16 02:18:29 -04:00
package.json xlsx-cli 1.1.3 [ci skip] 2022-04-16 02:18:29 -04:00

xlsx-cli

This is a standalone version of the CLI tool for SheetJS.

For newer versions of node, the tool should be invoked with npx:

$ npx xlsx-cli --help             # help and usage info
$ npx xlsx-cli --xlsx test.csv    # generates test.csv.xlsx from test.csv

For older versions of node, the tool should be installed globally:

$ sudo npm install -g xlsx-cli    # install globally (once)

$ xlsx-cli --help                 # help and usage info
$ npx xlsx-cli --xlsx test.csv    # generates test.csv.xlsx from test.csv