python-scripts/scripts/CSV_to_Excel/README.md
Sarvesh Kumar Dwivedi d231afd19d Revert "add csv to json script"
This reverts commit d8f56d0d1c.
2022-10-02 08:28:15 +00:00

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`