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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to