Copy and paste from excel to webpage application

Hello

I would like to know how i can copy data from excel sheet to webpage application

The excel.sheet contain more than 1 header so i need to copy each Field from excel to certian place in the webpage application

You must use desktop automation with keyboard emulation, it’s a work to do with ui vision.

Here all info
https://ui.vision/rpa/x/desktop-automation

A fine solution is to save Excel Sheet as a csv file, then load it to Ui.Vision and use Execute_Script to fill the fields you want.

1 Like