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