This is a simple script that lets you convert CSV files to Excel.
- 2 packages required pandas and openpyxl
- Use
pip install pandas
andpip install openpyxl
- Add path to your csv file and output excel file WITH EXTENSTION
.csv
and.xlsx
- Run
python script.py