Awesome-Python-Scripts/CSV-to-Excel/README.md

14 lines
251 B
Markdown
Raw Normal View History

2021-10-03 08:05:53 +00:00
## CSV to Excel
This programme writes the data in any Comma-separated value file (such as: .csv or .data) to a Excel file.
## Requirements
Install the required libraries:
$ pip install -r requirements.txt
After that run with:
$ python main.py