python with xl

2012-06-11 Thread chebrian
Hi, How to append the list of data in individual column of XL file, every time from python script . -- http://mail.python.org/mailman/listinfo/python-list

Re: python with xl

2012-06-11 Thread Karim
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