python 轉換xlxs過程當中出現'CLSIDToClassMap'錯誤的解決辦法

在程序代碼中有用pywin32 模塊轉換xlsx def xls2xlsx(path): xls_lists = [] xlsx_lists = [] for file in os.listdir(path): filename = os.path.join(path, file) if os.path.isfile(filename):
相關文章
相關標籤/搜索