Hello Everybody !
I need store data extract from a web page in an excel table. How can I do it ?
Anybody can suggest me something about this topic ?
I hope an answer.
Regards!
If the data is a tabular format, then you can scrape the data using Data scraping wizard. The output will be saved to a data table.
The data table can be saved directly into an Excel file using Write Range Activity under Excel Application Scope.
If you are extracting data in strings, then use Write Cell Activity to write data into a particular cell under Excel Application Scope.
Regards,
Karthik Byggari
Hi @silvina
Hope this might be helpful to you!
https://www.tutorialspoint.com/uipath/uipath_studio_data_scraping_and_screen_scraping
cheers!
Happy learning