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
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to