deno.land / x / sheetjs@v0.18.3 / packages / xlsx-cli

/packages/xlsx-cli
سەرچاوە
bin173 B
index.js11 KB
package.json706 B
README.md577 B
.npmignore6 B

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
sheetjs

Version Info

Tagged at
2 years ago