Awesome-Python-Scripts/CSV-to-Excel
2021-10-03 13:35:53 +05:30
..
example input.csv Added CSV to Excel writer (#222) 2021-10-03 13:35:53 +05:30
example output.xlsx Added CSV to Excel writer (#222) 2021-10-03 13:35:53 +05:30
main.py Added CSV to Excel writer (#222) 2021-10-03 13:35:53 +05:30
README.md Added CSV to Excel writer (#222) 2021-10-03 13:35:53 +05:30
requirements.txt Added CSV to Excel writer (#222) 2021-10-03 13:35:53 +05:30

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