Python實現多個excel文件合併源碼及打包exe程序

##以下是源碼filecombine.py,比較簡單,有相應說明,也是結合別的代碼自己修改的,用到的包需要提前裝好。 # -*- coding: utf-8 -*- import xlrd import xlwt import os import datetime #打開一個excel文件 def open_xls(file): fh=xlrd.open_workbook(file) return
相關文章
相關標籤/搜索