Skip to content

Latest commit

 

History

History

CSV_to_Excel

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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