pip3 install pandas
pip3 install xlrd
data_xls = pd.read_excel(sourceFilePath, index_col=0) data_xls.to_csv(destFilePath, encoding='utf-8')