How to write string as hyperlink in excel

I am extracting below table from a webpage
image
I want to convert link column as clickable hyperlink.
Any solution for this?

Thanks in advance!

Hi, you can try to add a new column to your Excel DT and use Excel’s functions to achieve this.

Here’s an example: =HYPERLINK(“https://google.com”,“Google”)

@shameenapatel74

can you give example?

Cant use custom activities for this process. Any other way?

I tried this. getting output as below

give a try by surrounding the url with " like:
grafik

keep in mind that we have to escape a " within a string with an additonal "

This didnt work. i am using for each row activity and in that activity I am using add data row to add each row and making this particular column as hyperlink

Why should it not work?

And here you can set formula and its value within the correct way

Can you share a sample xaml file for this?