Adding hyperlinks to excel or Google Sheet

Hi Team,

Do we have any UiPath activity which supports adding hyperlinks to Excel or Google sheet. I could not find any official activity. If we don’t have an activity, it is high time that we create one. This is a much needed activity. I could see that, we have an activity for word document, but not for excel or gsheet. We have been relying on workarounds and custom activities for this. It would be really nice if we have an official activity.

Thanks!!

Hi @Hawkins

You can use VBA Macros inorder to create hyperlinks in excel or GoogleSheet.

Regards

@Hawkins

We can add Hyperlink in excel using write cell/formula activity under excel activities

=HYPERLINK(""Link"",""Name"")

cheers