Dethe Elza wrote: > On 10-Nov-05, at 10:18 AM, Bob Ippolito wrote: >> I use this to convert excel to xml, and parse that from Python. >> http://www.andykhan.com/jexcelapi/ >> >> -bob > > Oops. Obviously I failed to note which list this question was posed > on, I assumed it was edu-sig for some reason. Sorry, didn't mean to > give you Windows tips on a Mac list, just forgot that Mac folks use > Excel too. > > I don't actually have Office on any of my Macs. Does anyone know if > it is AppleScript-able? Can you drive Excel directly from Python on > OS X like you can on Windows? > > --Dethe > > Windows has detected the mouse has moved. Please restart your system > for changes to take effect. > > > _______________________________________________ > Pythonmac-SIG maillist - Pythonmac-SIG@python.org > http://mail.python.org/mailman/listinfo/pythonmac-sig > >
Excel on Mac is AppleScriptable through a weird path: Excel exposes the VBA object model to AppleScript. So, it's not AppleScriptable in the standard sense and I am not sure how you would access it from Python. -- Cheers, Kevin Walzer, PhD WordTech Software - "Tame the Terminal" http://www.wordtech-software.com sw at wordtech-software.com _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig