Re: [Tutor] python hyperlinks question

2011-01-12 Thread Alan Gauld
"Vikram K" 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 C

Re: [Tutor] python hyperlinks question

2011-01-12 Thread Luke Paireepinart
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 fro