Is there a way to push data into Microsoft Excel & Word from Python ?
John Machin
sjmachin at lexicon.net
Sat Dec 16 18:50:22 EST 2006
The Night Blogger wrote:
> Is there a way to push data to Microsoft Excel & Word from a Python
> Application
>
> Is this a cross platform feature ? I'll need to push data on MS Windows &
> Mac OS X ....
Depends on what you mean by "push". If you wish to create Excel files
but not update existing ones, you might consider pyExcelerator. It is
pure Python and therefore will run on any platform that Python will.
http://cheeseshop.python.org/pypi/pyExcelerator/
Cheers,
John
More information about the Python-list
mailing list