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 -- http://mail.python.org/mailman/listinfo/python-list