"Vikram K" <kpguy1...@gmail.com> wrote
Could you please tell me how to add hyperlinks to my output?

The output is just text so all you need to do is find out how Excel populates hyperlinks in a CSV file... If that is actually possible.

The easiest way will be to create an Excel file with hyperlinks, save as CSV and then open the CSV file and look at how Excel does it. Then write your python code to do the same.

But it may be asking too much of CSV, you may need to create a native Excel file to do this. There are Python modules available that can do that, or you could (with some pain) use native COM.

HTH,


--
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to