Welcome to the excel-cli project! This powerful tool allows you to convert Excel files into various formats. You can output your data in JSON, CSV, SQL, HTML, Markdown, XML, and YAML. With features like UPDATE/UPSERT support, a template engine, data filtering, and schema generation, managing your Excel files becomes a breeze.
To get started, visit this page to download: GitHub Releases Page
To install and run excel-cli, ensure your system meets the following requirements:
Navigate to the Releases Page: Go to the GitHub Releases Page.
Choose Your Version: Find the latest release version.
Download the Application:
Click on the appropriate file based on your operating system. Generally, you will see files like excel-cli-windows.exe, excel-cli-macos, or excel-cli-linux.
excel-cli.Once you have installed excel-cli, you can start converting Excel files. Hereβs a simple command to convert an Excel file:
excel-cli convert input.xlsx -o output.json
In this example, replace input.xlsx with the name of your Excel file, and output.json with the desired output file name.
excel-cli comes with various options to customize your conversion:
--format: Define the output format (e.g., json, csv, sql).--output: Specify the name of the output file.--filter: Apply filtering criteria on your data.You can view all available commands and options by typing:
excel-cli --help
excel-cli convert sales.xlsx -o sales.csv --format csv
excel-cli convert data.xlsx -o data.json --format json
excel-cli convert report.xlsx -o report.md --format markdown --template my_template.tpl
If you have questions or need help, please check our issues page to report problems or request features.
We welcome contributions! Feel free to submit a pull request or Open an issue with suggestions or improvements.
This project is licensed under the MIT License. See the LICENSE file for details.
Now, you are ready to start working with excel-cli! Enjoy converting your Excel files.