Hyperlink wanted to be remove from excel

Hello Everyone,

Hope all are doing good.

I have one concern regarding attached excel.I am working on one BOT where all the information copied from one tool and paste it on the excel which is downloaded from some another tool.The values pasted in excel are in hyperlink.I want to remove this hyperlink.could you please suggest how i can remove this hyperlink?

BR,
Prajakta
excel

  1. Read the excel with Read Range workbook

    • Read the data from the Excel sheet into a DataTable.
  2. For Each Row

    • Iterate through each row in the DataTable.
  3. If (Condition to check if hyperlink needs to be removed)

    • Use an “If” activity to check a condition (e.g., if the cell in column “A” contains a hyperlink).
  4. Remove Hyperlinks

    • Use the “Remove Hyperlinks” activity to remove hyperlinks from the cell.

5.again write to same excel

@prajakta_baing

Hello @Praveen_Mudhiraj Thank you for prompt response !

I am using studio 2020:10:12 version so there no such remove hyperlink activity.

when i use write cell activity then the hyperlink issue raise.

BR,
Prajakta

Hi @prajakta_baing

Please check on this thread

Hope this helps!!

1 Like

Try to use this UiPath marketplace component
Where it has an activity to remove hyperlink

Hope this helps
Cheers @prajakta_baing

2 Likes

HI @prajakta_baing

you can try this way also if have hyper link in excel

you can re write to excel it will remove the HyperLinks

you can check this xaml

Xaml : - Remove_HyperLink.zip (1.8 KB)

for reference you can see the output : -

image

or you can try this also

1 Like

Check this video on how to use this marketplace activity

Hope this helps

Cheers @prajakta_baing

2 Likes

Thank you @lrtetala @Palaniyappan @Praveen_Mudhiraj for your response However need to use only UiPath packages as per my company polices.
Note : I am using studio 2020:10:12 version.

Any alternative solution please.

Yeah i have not used any other package’s only used UiPath

Just i have return back to excel so it will remove the hyperlink

you can go through this xaml

Xaml : - Remove_HyperLink.zip (1.8 KB)

input : -
image

output: -
image

@prajakta_baing