Hi All,
I am sending a table data to excel in which one of the columns is a URL (link to sharepoint). Now every row may have a separate URL and user wants to see that column as Hyperlink. I am able to convert my column into Hyperlink but it is not taking the Traget URUL Dynamically.
Ex: URL
Row 1-> http://www.yahoo.com
Row 2-> http://www.google.com
Row 3-> http://www.rediff.com
My requirement is when user clicks on row1 it should go to Yahoo, Row 2 should go to Google and so on.
I do not want to set the target URL for every row by going in a loop because the number of records may be more than 100K+ and going in loop will kill the performance.Is there a way we can set the target of the URL as the value of that column?
Thanks in Advance,
Prakash Pandey