Close excel activity in modern design

Hi ,

I could not see the close activity in the package, i have attached a screenshot below.

Once i open and read the data, i have to close the excel also right.

How can we close this excel, i did not find the activity. or it is not required in the modern design, what if i have to use multiple excel at the same time, i need to close also right, once we open and read it..

@balkishan

Not required any activity to close the excel, it will automatically close the excel after executing all the activities inside of use excel file activity.

You can only process one excel file by using use excel activity accordingly if you want use multiple excel files then you need to use that many **Use Excel ** activity or if you store the filepaths in any list variable then you can pass that in loop so that it will process one by one.

Happy Automation!

Hi @balkishan

It’s not required in Excel in Modern Design, if required you make Show Excel Window as False, so that Excel will not open.

Regards
PS Parvathy

So in single Excel Application Scope activity i can use multiple Use Excel activity Right?

Yes, you can use multiple use excel activity