How to Copying Range from Google Sheet to Clipboard UIPath

335 Views Asked by At

I want to Copying Range from my google sheet to Clipboard using UiPath Studio. Do you guys have any idea how to do this??

1

There are 1 best solutions below

0
On BEST ANSWER

I just found the solution for my own question. Hope it'll help you guys

String.Join(Environment.NewLine,(From r In Datatable Select r.item("Column Name"))

If you have another solution, you can feel free to answer again.