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.
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.