How to copy excel data and paste it on web

Hello Guys,

I have an excel file with column A filled with some data that i would like to copy and paste it on website and the site gives me a PDF from which i need to copy another data and paste it in column B of the same excel file again.

this is the process
Please show me how to map to the excel file from UiPath. like opening the file and copy and minimize it and run the website pasting it there and copy from PDF that i generate and paste it back on the file.

Thanks,
Sri

Please go through the tutorials, it has answer to most of your questions.

Get data from excel. See this

Read excel and you will get output as datatable, then apply foreach on that table and do your stuff

image

Then for extracting data from PDF