Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aguynamedryan/csv2xlsx
Create an Excel file from one or more CSV files
https://github.com/aguynamedryan/csv2xlsx
Last synced: 3 months ago
JSON representation
Create an Excel file from one or more CSV files
- Host: GitHub
- URL: https://github.com/aguynamedryan/csv2xlsx
- Owner: aguynamedryan
- License: mit
- Created: 2013-07-27T00:07:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-27T01:00:10.000Z (over 11 years ago)
- Last Synced: 2024-05-31T20:00:09.167Z (6 months ago)
- Language: Ruby
- Size: 117 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
csv2xlsx
========Take your CSVs and shove 'em!...into an Excel file...
### Usage
```
csv2xlsx new_excel_file.xlsx file1.csv file2.csv [...]
```This creates an Excel file called `new_excel_file.xlsx` with each CSV file's contents in its own sheet. The sheets are named the same as the CSV filename, e.g. the first sheet is named `file1`.
### Thanks To axlsx
All I did was wrap a loop around this awesome library: http://github.com/randym/axlsx
### Copyright and License
Copyright (c) 2013, Ryan Duryea.
This project is licensed under the [MIT License](LICENSE).