Copy Sheet
The Copy Sheet component in Robbot RPA enables you to process of copying a sheet in Microsoft Excel involves creating a duplicate of an existing sheet within the same workbook or in another workbook.
Parameters
Source File Path :Click the button and select the file location of the excel file you want to source from. Type : String
Target File Path : Click the button and select the file location of the excel file you want to target from. Type : String
Sheet Name : Type the sheet name you want to copy. Type : String
Usage
To use the Copy Sheet component in your Robot RPA project, follow these steps:
Open your Robbot RPA project.
Drag and drop the Copy Sheet component into your sequence or workflow.
Configure the component by providing the necessary input:
Click the button next to the Source File Path parameter and select the file location of the excel file you want to source from.
Click the button next to the Target File Path parameter and select the file location of the excel file you want to target from.
Enter the sheet Name you want for Copy Sheet.
Continue building your sequence or workflow by adding other components or actions as needed.
Execute your sequence or workflow to copy the sheet in the Excel file.
By using the Copy sheet component you can easily copy a sheet in excel your Robot RPA project.Specify the source file path, target file path and sheet name to customize the behavior of the component. The sheet to be copied will be copied to the desired Excel file.