[Tutor] python hyperlinks question

Luke Paireepinart rabidpoobear at gmail.com
Wed Jan 12 16:51:23 CET 2011


Not really a python question, but maybe look at that pyexcel or whatever. Should be able to add links to it that way. Csv is jus a data interchange format though, if excel supports passing links thru it then you can do it, otherwise don't use csv for this.

-----------------------------
Sent from a mobile device. Apologies for brevity and top-posting.
-----------------------------

On Jan 12, 2011, at 9:24 AM, Vikram K <kpguy1975 at gmail.com> wrote:

> I have a bunch of symbols in one of the columns in my program's output
> file (a csv file which can be opened in excel). I wish to add
> hyperlinks to each entry in this particular column in my output file.
> A sample symbol/entry in the specific column of interest in the output
> file is USP8 and it needs to be hyperlinked to
> http://www.ncbi.nlm.nih.gov/gene/9101. (So, when you click on 'USP8'
> in the output file, your browser automatically opens the site
> http://www.ncbi.nlm.nih.gov/gene/9101).
> 
> Could you please tell me how to add hyperlinks to my output?
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor


More information about the Tutor mailing list