🐍
XLS TO XLSX


A simple Python script that converts Microsoft Excel '.xls' file to '.xlsx' file.
This script requires Python 3 and pywin32.
Input the '.xls' file path:
C:\Users\user\Documents\report.xls
Successfully converts report.xls
Do you want to delete the old report.xls file (y/n)? y
Successfully removes report.xls
The converted file report.xlsx is saved in the same directory as the input file.
xls_to_xlsx.py is saved.pip install -r requirements.txt
python xls_to_xlsx.py