Skip to content

Files

Latest commit

513d788 · Oct 7, 2021

History

History
This branch is 2 commits behind python-geeks/Automation-scripts:main.

csv_to_excel

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 7, 2021
Oct 7, 2021
Oct 7, 2021

Script to convert CSV -> excel

Script expect the user to pass path to CSV Or path to directory containing multiple CSV and saves the excel file at same dir as provided path

install requirements/dependencies:

python -r requirements.txt

how to use:

call the program using: python main.py {filename or directory}

file example: python main.py test.csv dir example: python main.py dirContainingCSVs/