摘要: 环境:PyCharm python3.7 需要下载python-docx、docx(打开Settings->Project Interpreter->+搜索docx、python-docx install即可) 来源:https://blog.csdn.net/xtfge0915/article/d 阅读全文
posted @ 2019-03-21 10:58 天明宝 阅读(6042) 评论(0) 推荐(0)
摘要: 环境:PyCharm python3.7 需要下载pypiwin32(打开Settings->Project Interpreter->+搜索install即可) 代码实现: from win32com import client as wc w = wc.Dispatch('Word.Applic 阅读全文
posted @ 2019-03-21 10:45 天明宝 阅读(3799) 评论(0) 推荐(0)