An open API service indexing awesome lists of open source software.

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

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```)