pyExcelerator - Can I read and modify an existing Excel-WorkBook?

Larry Bates larry.bates at websafe.com
Tue Jul 11 10:28:12 EDT 2006


Marco Aschwanden wrote:
> 
> Hi
> 
> I would like to
>   1. import an existing Excel-sheet (a template)
>   2. and add some data to it
>   3. and save it under a different name afterwards.
> 
> To me it seems, that pyExcelerator does not support the reading for
> modification of an Excel-sheet. It allows only the "parse_xls" but I
> would like to keep the "formatting" in the template.
> 
> Did I miss a "load", "read" or "open" function in pyExcelerator that
> would hand me back a WorkBook?
> 
> Greetings,
> Marco
> 
> 
If you are on Windows, you may find using COM interface to
actual Excel application easier.

-Larry Bates



More information about the Python-list mailing list