Accessing Microsoft Word from Python

Rene Pijlman reply.in.the.newsgroup at my.address.is.invalid
Fri Jan 23 04:40:26 EST 2004


Mickel Grönroos:
>Does anybody have any good pointers on where I can find information 
>about accessing Word-documents (or other Microsoft Office applications) 
>from Python?

This book: http://safari.oreilly.com/1565926218 explains how to access
Excel from Python. It also explains COM-interfacing in general.

>To be more specific, I want to be able to:

I think you should look that up in the Word object model (probably on
http://msdn.microsoft.com), since it's not Python-specific.

-- 
René Pijlman



More information about the Python-list mailing list