<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<pre>Very simple: os.startfile([file])

ex:
&gt;&gt;&gt; import os
&gt;&gt;&gt; os.startfile("d:\\documentos\\eleicoes2005-dn.xls")

It works with any file tipe in windows, the file is opened with it's associated application.




Basil Shubin wrote:
&gt;<i> Hi ,friends!
</i>&gt;<i> 
</i>&gt;<i> How I can open Excel or OOCalc spreadsheet file 'remotely' from python 
</i>&gt;<i> programm? I mean how to execute Excel or Calc with appropriate 
</i>&gt;<i> spreadsheet file?</i></pre>
<br>
<br>
</body>
</html>