python-scripts/scripts/CSV_to_Excel
2022-12-23 22:58:42 -06:00
..
README.md added csv to excel converter 2022-10-02 12:30:52 +05:30
script.py Edit script.py capitalization and grammar 2022-12-23 22:58:42 -06:00

CSV to EXCEL

This is a simple script that lets you convert CSV files to Excel.

Usage

  • 2 packages required pandas and openpyxl
  • Use pip install pandas and pip install openpyxl
  • Add path to your csv file and output excel file WITH EXTENSTION .csv and .xlsx
  • Run python script.py