python編程快速上手——第十四章編程實踐

14.8 Excel到CSV的轉換程序:python #!python3 import openpyxl,os,csv filePath = input('請輸入替換的文件夾路徑:') if os.path.isdir(filePath) == False: raise Exception('filePath is invalid.') for folderName,subfolde
相關文章
相關標籤/搜索