mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 04:21:12 +00:00
10 lines
298 B
Markdown
10 lines
298 B
Markdown
|
# 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`
|