SheetJS CLI Tool
This site includes current and historical releases of xlsx-cli.
This NodeJS script aims to simplify spreadsheet file format conversions.
The project is licensed under the Apache 2.0 License, which should be perused
before usage. It is a permissive license with certain attribution requirements.
Installation Instructions:
Current Version: 1.1.4
It is recommended to install the package globally:
npm install -g https://cdn.sheetjs.com/xlsx-cli/xlsx-cli-1.1.4.tgz
Some systems may require root access:
sudo npm install -g https://cdn.sheetjs.com/xlsx-cli/xlsx-cli-1.1.4.tgz
The tool is compatible with the npx runner:
npx -p https://cdn.sheetjs.com/xlsx-cli/xlsx-cli-1.1.4.tgz xlsx-cli
Usage
The --help flag displays usage instructions.
If the command is installed globally:
xlsx-cli --help
Using npx, the command is:
npx -p https://cdn.sheetjs.com/xlsx-cli/xlsx-cli-1.1.4.tgz xlsx-cli --help
Source Code
The project source code is available in the main SheetJS CE repository.
Watch the repo or subscribe to the RSS feed to be notified when new versions are released!
Check the security advisories page to stay up-to-date with our latest security advisories.