python批量將.xls轉化爲.xlsx,包括文件名和後綴分割

python批量將.xls轉化爲.xlsx,包括文件名和後綴分割python import os import pandas as pd #此方法用將xls轉化爲xlsx def transformat(): global path #定義爲全局變量 path = os.getcwd()#獲取當前工做路徑 file = os.listdir(path)#獲取當前路徑下的全
相關文章
相關標籤/搜索