![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: MS word document generator
From: Grant Edwards <grante@visi.com>
Date: Wed Mar 15 2006 - 16:11:44 CET
On 2006-03-15, Raja Raman Sundararajan <ram0812@hotmail.com> wrote:
> Is there any nice library to generate word documents using Python.
I find the following works well for me:
f = open("file.doc")
> As of today I am generating a HTML document and then open it
If you want fancier formatting that available in my example
RTF is far more portable that whatever ".doc" format-du-jour
--
Grant Edwards grante Yow! ... I have read the
at INSTRUCTIONS...
visi.com
Received on Sun Apr 30 11:54:40 2006
|