sheetjs/packages/xlsx-cli
SheetJS 9a3294c955 phasing out patterns with side effects
- add ssf test to actions
- support for threaded comments (fixes #2542)
2022-03-14 02:51:33 -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 phasing out patterns with side effects 2022-03-14 02:51:33 -04:00
package.json xlsx-cli v1.1.2 [ci skip] 2022-03-03 14:11:20 -05: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