xls to txt

Gilles Lenfant glenfant at NOSPAM.bigfoot.com
Thu Oct 16 08:38:22 EDT 2003


> "Enrique" enrique.palomo at xgs-spain.com> a écrit dans le message de news:
>

> mailman.141.1066299641.2192.python-list at python.org...
> Hello all,
> I`m searching in www, win32com docs, o'really examples, ... and i can´t
find anything that i can use.
>
> i wan`t to make a simple script to pass an excel file to txt file.
>
> where can i find the methods to work, or sample code??
>
> Thanks

win32all comes with sample of reading xls sheets as python objects! You can
get either the formula or the result.
Be warned that the returned text is unicode.
You should consider working with .csv exports that are easier to play with,
bet perhaps it's not an option for you.

Please post here in plain text in the future.

--Gilles






More information about the Python-list mailing list