Regarding how to copy data from clipboard to excel

Hi,

I am reading data from an application in Remote Desktop and copied that data to Clipboard,now i have to write the data in clipboard to excel file in my computer.

How can i do this using UIPath.

Hello!

You can use “Get from clipboard” activity to retrieve the information copied from RDP and then “Write Cell” activity to write the content in a Excel file :slight_smile:

Regards,

Thanks for your valuable information. But I have 54 values that comes from clipboard its data type is generic value but I want to convert to data table for storing these 54 into excel

Regards,

Buddy @saidulu,

Kindly store those values in a list collections and you can enter those data to a datatable you want

Hope this would help you…

Cheers…!