python with xl

Karim kliateni at gmail.com
Mon Jun 11 10:35:17 EDT 2012


Le 11/06/2012 16:12, chebrian a écrit :
> Hi,
>
> How to append the list of data in individual column of  XL file, every
> time from python script  .
In standard lib => module csv (ascii comma separated values)
In non standard => binary xl => module xlrd for reading and module xlwt 
for writing (http://www.python-excel.org/)

Cheers
Karim



More information about the Python-list mailing list