Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

python with xl

23 views
Skip to first unread message

chebrian

unread,
Jun 11, 2012, 10:12:18 AM6/11/12
to
Hi,

How to append the list of data in individual column of XL file, every
time from python script .

Karim

unread,
Jun 11, 2012, 10:35:17 AM6/11/12
to pytho...@python.org
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
0 new messages