Creating multiple sheets in excel workbook using UiPath

0 votes
I want to work on an excel workbook where I want to dynamically add new sheets for entering data from data tables. But How I can create them automatically using UiPath? Can anyone please help me regarding this?
Mar 4, 2019 in RPA by Ashmita
7,314 views

1 answer to this question.

+1 vote

Hi @Ashmita, you can create multiple excel sheets dynamically in UiPath using following steps:

1. Use a Sequence activity to put all the steps in an order.

2. Use 'Excel Application Scope' to open an excel workbook. This activity will let you perform various excel operations and also would close the application once the task is done.

3. Now use 'While' condition to loop through the 'Counter' (number of sheets you want to create) and create excel sheets.

4. Then search for 'Write Range' activity and use it to create excel sheets dynamically with changing names. Here you can specify from which data table you want to write data into your excel sheet. 

5. At last increment the counter using 'Assign'.


answered Mar 5, 2019 by Abha
• 28,140 points

Related Questions In RPA

0 votes
1 answer

Writing multiple column in excel UiPath

You can read the entire Excel sheet ...READ MORE

answered May 10, 2018 in RPA by wrecker
• 3,110 points
3,252 views
0 votes
4 answers

Pivot table in excel using UIpath

You can use Create Pivot Table activity ...READ MORE

answered Feb 26, 2019 in RPA by Anvi
• 14,150 points
4,889 views
0 votes
1 answer

Pivot table in excel using UIpath

down vo I'd suggest you are going to ...READ MORE

answered May 28, 2018 in RPA by wrecker
• 3,110 points
2,642 views
0 votes
4 answers

How to find the sum of 2 columns of an excel and display it in a 3rd column using UIPATH?

These are the steps to add two ...READ MORE

answered Aug 2, 2019 in RPA by Shivi Singhal
13,997 views
0 votes
1 answer

Automation in Uipath

you can use the Database package for connecting  ...READ MORE

answered Apr 17, 2018 in RPA by wrecker
• 3,110 points
1,346 views
0 votes
1 answer

UiPath vs Workfusion

in WorkFusion, you can create a script ...READ MORE

answered Apr 17, 2018 in RPA by wrecker
• 3,110 points
2,431 views
0 votes
1 answer

Surface automation in rpa?

Surface automation is a visual automation that is done using ...READ MORE

answered Apr 20, 2018 in RPA by wrecker
• 3,110 points
1,564 views
0 votes
1 answer

Private Chrome window open UiPath

To open the browser in private mode, ...READ MORE

answered Apr 25, 2018 in RPA by wrecker
• 3,110 points
1,254 views
0 votes
1 answer

Using Else if in UiPath

Hi @John, in UiPath there's no specific ...READ MORE

answered Mar 5, 2019 in RPA by Abha
• 28,140 points
7,866 views
0 votes
1 answer

How to identify UI elements in tagged PDF documents using UiPath studio?

Hey @Smriti, if you have a tagged ...READ MORE

answered Mar 29, 2019 in RPA by Abha
• 28,140 points
1,690 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP