Skip to main content

Exist Sheet

The Exist Sheet component in Robot RPA allows you to check if a sheet from your workbook in Microsoft Excel exists.

Parameterss

Sheet Name : Type the sheet name you want to checks. Type : String

Result : The Exist Sheet component returns the status of the operation as a boolean value. It indicates whether the sheet exists (true) or not (false). Type : Boolean

Usage

To use the Duplicate Sheet component in your Robot RPA project, follow these steps:

Open your Robbot RPA project.

Drag and drop the Exist Sheet component to the activity adding section of the Open Excel component.

Configure the component by providing the necessary input:

Enter the name of the sheet you want to checks in the Sheet Name parameter.

Continue building your sequence or workflow by adding other components or actions as needed.

Execute your sequence or workflow to checks the specified sheet in the Excel file.

By using the Exist Sheet component you can easily checks a sheet in excel your Robot RPA project. Specify the sheet name to customize the behavior of the component. Return indicates whether the sheet exists (true) or not (false). It returns you the sheet exists (true) or does not exist (false).