Max OSX and Excel

Kevin Walzer kw at kevin-walzer.com
Mon Aug 28 18:51:31 EDT 2006


Johanna Pfalz wrote:
> Hi there,
> 
> Does anyone have details on how to drive excel using python 2.4 on OSX?
> I've searched the web and have not found anything specific to excel.
> 
> Thanks in advance,
> 
> 
> Johanna Pfalz
> Smithers, BC
> 
> 
> 
Try AppScript:  http://appscript.sourceforge.net/

It's a Python-to-Apple Events bridge. It allows you to access a
scriptable application using the same mechanism that underlies
AppleScript, but from Python. Excel has good AppleScript support, so it
should be supported by AppScript as well.

-- 
Kevin Walzer
Poetic Code
http://www.kevin-walzer.com



More information about the Python-list mailing list