How do I get started with PyWin32 [closed]

為{幸葍}努か 提交于 2019-12-03 06:57:40

问题


I am looking for good resources to get started with pywin32. I haven’t found much in the way of tutorials, books or blogs that talk about it. I’d like to be able to use python to automate some of my common repetitive Microsoft Excel and Word Tasks (such as open a word doc and search and replace data from a spreadsheet).

I have found a lot of references to PyWin32 (on google and StackOverflow), but it’s always at a more advanced level. I’d just like to find some well documented resources that help me get up to speed so I can use the other posts I found.


回答1:


What I can recommend if you are okay with buying a book is this guide.

The documentation(can also be found in the installation of PyWin32) and Active State's doc(with their list of objects and modules) should do the rest.



来源:https://stackoverflow.com/questions/16545851/how-do-i-get-started-with-pywin32

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!