An open API service indexing awesome lists of open source software.

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

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/)