Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (5.3k points)

I want to know how to assign data in a variable to excel file. I have already created an empty excel file and store the data in a variable. I have done web scrapping and stored that data table into a variable. Now I want to assign the data table values into excel file

1 Answer

0 votes
by (9.5k points)

Install the package of excel activities.

  •  Manage Packages -> Available -> UiPath.Excel.Activities.

To write data to a cell

 first use App Integration -> Excel -> Excel Application Scope, to open the Excel file.

 Inside that scope, use Write Value, and enter the variable  and the cell location to write to.

Once you leave the Excel Application, it automatically closes the file.

Related questions

0 votes
1 answer
0 votes
1 answer
asked Jul 12, 2019 in RPA by Abhishek_31 (12.7k points)
+1 vote
1 answer

Browse Categories

...