npm.io
1.1.3 • Published 4 years agoCLI

xlsx-cli

Licence
Apache-2.0
Version
1.1.3
Deps
3
Size
24 kB
Vulns
0
Weekly
0
Stars
36.3K

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

Keywords