<!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:
>>> import os
>>> 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:
><i> Hi ,friends!
</i>><i>
</i>><i> How I can open Excel or OOCalc spreadsheet file 'remotely' from python
</i>><i> programm? I mean how to execute Excel or Calc with appropriate
</i>><i> spreadsheet file?</i></pre>
<br>
<br>
</body>
</html>