python合併 excel 表

# -*- coding: utf-8 -*- #將多個Excel文件合併成一個 import xlrd import xlsxwriter #打開一個excel文件 def open_xls(file): fh=xlrd.open_workbook(file) return fh #獲取excel中全部的sheet表 def getsheet(fh): return
相關文章
相關標籤/搜索