Dealing with Excel

Carl Friedrich Bolz cfbolz at gmx.de
Tue Oct 18 18:07:18 EDT 2005


Hi!

Robert Hicks wrote:
> I need to pull data out of Oracle and stuff it into an Excel
> spreadsheet. What modules have you used to interface with Excel and
> would you recommend it?

if it is enough to produce a file that excel can read (in contrast to "a 
real .xls file"), you could use the csv module:

http://python.org/doc/2.4.2/lib/module-csv.html

Cheers,

Carl Friedrich Bolz




More information about the Python-list mailing list