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:
相关文章
相关标签/搜索