Python and Microsoft Excel files

Thomas Guettler guettli at thomas-guettler.de
Tue Mar 16 06:38:07 EST 2004


Am Mon, 15 Mar 2004 21:40:43 +0000 schrieb ben-:

> I want to import and export Microsoft Excel files.
> Are there libraries for this ?
> 
> If someone have advices to give, I'm interested !

Hi,

you can save the excel file as xml and then parse
it with this recipe:

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/192914

This works on unix, too, since you just need an xml parser.

HTH,
 Thomas




More information about the Python-list mailing list