On 08/11/05, Dmytro Lesnyak <[EMAIL PROTECTED]> 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,
[EMAIL PROTECTED],
http://www.brunningonline.net/simon/blog/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to