天宫鹤

2024年8月3日

Python使用win32com全文替换文档内容

摘要: # 全文替换文档内容 def update_replace_all(_old, _new): wdApp.Selection.Find.ClearFormatting() wdApp.Selection.Find.Replacement.ClearFormatting() wdApp.Selecti 阅读全文

posted @ 2024-08-03 08:50 GoGrid 阅读(39) 评论(0) 推荐(0) 编辑

导航