Uipath work book activity read cell value containing email ID

Hello I am trying to read a cell from xlsx file using workbook activity, But that cell contains email ID, which i have to send email to. But the cell in excel contians the data in hyper link format.

Is there i can do anything in UiPath code that will convert this hyperlink to normal string.

Hi @hansen_Lobo

Have you check out this thread?

https://forum.uipath.com/t/how-to-remove-hyperlinks-in-excel/447728/15

Regards
Gokul

1 Like

Hi @hansen_Lobo,

If you’re using Read Cell Workbook activity to read a specific cell value, the result output of this activity is by default of String type. To be sure you can use .ToString method on the result output. If you are using some other activity or dealing with a specific scenario, please explain more.

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.