mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-23 20:11:10 +00:00
.. | ||
README.md | ||
script.py |
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
andpip install openpyxl
- Add path to your csv file and output excel file WITH EXTENSTION
.csv
and.xlsx
- Run
python script.py