https://github.com/pirtleshell/excel_to_csv
CLI for handling excel spreadsheet as CSV
https://github.com/pirtleshell/excel_to_csv
Last synced: over 1 year ago
JSON representation
CLI for handling excel spreadsheet as CSV
- Host: GitHub
- URL: https://github.com/pirtleshell/excel_to_csv
- Owner: pirtleshell
- Created: 2021-01-11T00:41:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-11T02:40:33.000Z (over 5 years ago)
- Last Synced: 2025-02-04T16:49:49.753Z (over 1 year ago)
- Language: Rust
- Size: 2.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# excel_to_csv
📝 A CLI where Excel spreadsheets go in and CSVs come out.
## Usage
```
excel_to_csv path/to/input.xlsx 'Sheet Name' > output.csv
```
Mostly just wraps [calamine](https://github.com/tafia/calamine) 👍
## License
[MIT](https://choosealicense.com/licenses/mit/)