Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nadoo/csv2xlsx
Convert csv file to xlsx.
https://github.com/nadoo/csv2xlsx
Last synced: about 2 months ago
JSON representation
Convert csv file to xlsx.
- Host: GitHub
- URL: https://github.com/nadoo/csv2xlsx
- Owner: nadoo
- License: mit
- Created: 2017-03-27T06:25:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-26T08:51:52.000Z (over 1 year ago)
- Last Synced: 2024-06-20T14:15:04.820Z (7 months ago)
- Language: Go
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csv2xlsx
Convert csv file to xlsx.## Usage
1. Convert specified csv file to xlsx:
```bash
csv2xlsx csvFile
```2. Convert all csv files in the folder to xlsx:
```bash
csv2xlsx
```## Download
[https://github.com/nadoo/csv2xlsx/releases](https://github.com/nadoo/csv2xlsx/releases "click to the download page")