- This program will convert XLS or XLSX to CSV file and store the CSV in the folder where the source file is present.
- Python >= 3
pip3 install xlrd
pip3 install openpyxl
pip3 install unicodecsv
$ python3 xls_xlsx_csv.py [PATH TO THE XLS/XLSX File]- Himadri Ganguly https://github.com/himadriganguly/