Hello, How Can I How to download excel file from website and copy paste these data to another excel file? I created sequence but it is now working correctly. What should I change?
1 Like
Welcome to the Uipath Community @ilokesid
-
- What you have to do is thing first how you would normally do it.
-
- You open the website then click to download file.
-
- Then you must know the file name to get the data you can get the file name from the download bar or pop up you get with file name or the name you save it with if you used “Save As”.
-
- Now you just need to copy and paste the info. Use Read Range to read the data in the file and with Write Range you can paste it in another excel.
1 Like
Thank you @rmunro now it is working
2 Likes