Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I get started with PyWin32 [closed]

Tags:

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.

like image 462
B-Rell Avatar asked May 14 '13 14:05

B-Rell


1 Answers

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.

like image 147
hellerve Avatar answered Nov 15 '22 19:11

hellerve