https://github.com/smaranjitghose/pycsvconverter
A handy script to convert a particular sheet of an xlsx file to a csv file
https://github.com/smaranjitghose/pycsvconverter
Last synced: 3 months ago
JSON representation
A handy script to convert a particular sheet of an xlsx file to a csv file
- Host: GitHub
- URL: https://github.com/smaranjitghose/pycsvconverter
- Owner: smaranjitghose
- License: mit
- Created: 2020-02-16T18:17:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T18:58:32.000Z (over 5 years ago)
- Last Synced: 2025-01-26T04:12:43.053Z (5 months ago)
- Language: Python
- Size: 8.76 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyCSVConverter 📈
A handy script to convert a particular sheet of an ```.xlsx``` file to a ```.csv``` file## Usage:
- Run the ```PyCSVConverter.exe``` file
- Enter the path of the excel file(If it is present in the same directory simply enter the name, say: ```demo.xlsx```)
- Enter the name of the sheet you want to access in the excel file , say: ```participants```)(By Default it is set to ```Sheet1```)
- Enter the path of the csv file along with the name where you want to save it( If you want it to be saved in the same directory simply enter the name, say:```demo.csv```)