Converting Excel Rows from UTF-8 format to string

I need to be able to convert UTF-8 string in rows of an excel spreadsheet to string. How do I do this please?

Thanks.

Hi,

Can you share your input and expected output (if possible as file, too)?
Basically we can achieve it to use ReadRange or ReadCell activity. Didn’t they work?

Regards,

Hi ,

For the general term of converting , the Encoding.Unicode.GetString method can be used.