Skip to content

himadriganguly/xls_xlsx_csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Convert XLS / XLSX To CSV

  • This program will convert XLS or XLSX to CSV file and store the CSV in the folder where the source file is present.

Requirements

  1. Python >= 3

Usage

pip3 install xlrd
pip3 install openpyxl
pip3 install unicodecsv
$ python3 xls_xlsx_csv.py [PATH TO THE XLS/XLSX File]

Author

  1. Himadri Ganguly https://github.com/himadriganguly/

Releases

No releases published

Packages

No packages published

Languages