[python-win32] Excel Document

Sina S sina.sa at gmail.com
Fri Jul 25 00:07:14 CEST 2008


Hi guys,

I have been using this module

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/440661

To read the contents of an excel spreadsheet. In one case I am trying to
read the value of the cell rather than its contents. i.e. if I have a
hyperlink called "Document" or "Procedure" which is a hyperlink to
http://intranet/foo.pdf then this script will return "Document" or "Link" as
a unicode string rather than the URL that I require.

I would also like to be able to read other cell attributes such as colour,
if possible, but this is not essential.

Obviously the script I linked to cannot do what I require, but I do not know
how to extend it, being a bit of python noob. I asked in #python on freenode
and while they could not help, suggested I contact this list for assistance.

Thanks!

~Sina
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20080725/e7d8d690/attachment.htm>


More information about the python-win32 mailing list