xlsx-cli

1.1.3 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.3
    281
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.3
    281
  • 1.1.2
    27
  • 1.1.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i xlsx-cli

Homepage

sheetjs.com/

Weekly Downloads

308

Version

1.1.3

License

Apache-2.0

Unpacked Size

24.1 kB

Total Files

5

Last publish

Collaborators

  • sheetjs
  • sw4nky
  • s5s