Paste

How to Paste data from application to excel using uipath without using sendhotkey.

Hi @Ak_4 ,

For writing the Table data to Excel, we process the Data from web/other applications in the form of Datatables and write the Datatable to Excel using Write Range Activity.

Have you tried the above approach or are you looking for something more specific other than the mentioned approach ?

HI @Ak_4

You can try with Add Data Row activity

Check out the docs

https://docs.uipath.com/activities/docs/add-data-row

After that use Write range activity

Regards
Gokul