I am generating excel sheet from the data using epplus
I have a cell in my excel which has text and within that text there are some urls also. Something like this text
"Bla bla bla bla bla http://www.google.com bla bla bla"
So in this above text I just want the url to be clickable in the excel sheet cell and rest all the text should be normal text
Is there a possibility to do that?
There are ways to make the whole cell a hyperlink and make it clickable but I do not want the whole cell as hyperlink but urls within the text clickable.
This thread shows the ways to make the whole cell clickable but I do not want that