First experiments using IronPython to automate MS Office

Mar 31, 2009 12:43

Today I'm learning to use IronPython to automate MS Office, I've hpasted my latest experiment.

Now that I've figured out how to load the DLLs, it's just a matter of discovering the Microsoft API for automation. Too bad it's not terribly consistent across the various applications.

The one thing I have not figured out is how to get the type ( Read more... )

ironpython, microsoft, msoffice, automation

Leave a comment

Comments 1

taral April 1 2009, 00:02:47 UTC
The automation API is usually just COM + dynamic dispatch...

Reply


Leave a comment

Up