Pywin32: How to import data into Excel?

Simon Brunning simon.brunning at gmail.com
Tue Nov 8 05:57:04 EST 2005


On 08/11/05, Dmytro Lesnyak <Dmytro.Lesnyak at xtract.fi> wrote:
> I need to import some big data into Excel from my Python script. I have TXT
> file (~7,5 Mb).

Have you considered converting your text data to CSV format? Excel
opens CSV files happily enough, and you could always automate
save-as-workbook and any formatting you need afterwards.

--
Cheers,
Simon B,
simon at brunningonline.net,
http://www.brunningonline.net/simon/blog/



More information about the Python-list mailing list