Basil Shubin wrote:
> Hi ,friends!
> 
> How I can open Excel or OOCalc spreadsheet file 'remotely' from python 
> programm? I mean how to execute Excel or Calc with appropriate 
> spreadsheet file?

You can use win32com to drive Excel using its COM interface. The sample 
chapter from the O'Reilly book "Python Programming on Win32" shows how 
to open a spreadsheet in Excel;
http://www.oreilly.com/catalog/pythonwin32/chapter/ch12.html

Google 'python excel com' for more examples.

Kent

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to