Excel:.xlsx和.xls互轉(Python)

.xlsx——>.xls # encoding: utf-8 import win32com.client as win32 import os def transform(parent_path,out_path): fileList=os.listdir(parent_path) #文件夾下面全部的文件 num=len(fileList) for i in range
相關文章
相關標籤/搜索