Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zztkm/excel2csv
https://github.com/zztkm/excel2csv
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zztkm/excel2csv
- Owner: zztkm
- License: other
- Created: 2023-07-03T10:49:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-01T04:41:57.000Z (over 1 year ago)
- Last Synced: 2024-12-20T23:29:48.585Z (14 days ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# excel2csv
## Usage
simple run
```
excel2csv
```
By default, a file named `[Sheet name].csv` is createdadding prefix to file names:
```
excel2csv --prefix foo hello.xlsx
```## LICENSE
MIT
Excelize used here is licensed under BSD-3-Clause