how can I open an excel sheet with specified name
Gabriel Genellina
gagsl-py2 at yahoo.com.ar
Tue Dec 2 03:03:29 EST 2008
More information about the Python-list mailing list
Tue Dec 2 03:03:29 EST 2008
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
En Fri, 28 Nov 2008 23:12:50 -0200, Zuo, Changchun <Changchun.Zuo at bctc.com> escribió: > Could you please send me an example script example of > > * Opening an excel workbook with specified name > * Read or write number in a specified spreadsheet There is a specific group for those topics: python-excel [1] I'd suggest using the excelent xlrd [2] and xlwt [3] packages. [1] http://groups.google.com/group/python-excel/ [2] http://pypi.python.org/pypi/xlrd [3] http://pypi.python.org/pypi/xlwt -- Gabriel Genellina
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list