python批量替換Excel中內容

# -*- coding:utf-8 -*- from xlrd import open_workbook from xlutils.copy import copy import re def getrule(rfile='D:/test1.txt'): try: rdict = {} with open(rfile, 'r') as f:
相關文章
相關標籤/搜索