I want to create a hyperlink in my excel sheet using python such that when you click on that link (which is a file name (html file)), the file automatically opens. This file is present in the same folder in which the python code file is present.
I am using xlwt module
link= 'abcd.html'
sheet.write(x, y, link, format_style)
x: row y :col
Thanks,
Pratik
-- http://mail.python.org/mailman/listinfo/python-list
