Rename Sheet Name
The Rename Sheet Name component in Robbot RPA is used to rename a sheet in an Excel file. You can specify the old sheet name and the new sheet name.
Parameters
Sheet Name : Specify the current name of the sheet you want to rename. Type : String
New Sheet Name : Specify the new name you want to assign to the sheet. Type : String
Result : The output of the RenameSheetName component, which is a boolean value indicating the status of the operation. The value is "True" if the operation is performed correctly, and "False" otherwise. Type : Boolean
Usage
To use the RenameSheetName component in your Robbot RPA project, follow these steps:
Open your Robbot RPA project.
Drag and drop the Rename Sheet Name component to the activity adding section of the Open Excel component.
Configure the parameters based on your requirements:
Enter the Sheet Name that you want to rename.
Specify the New Sheet Name that you want to assign to the sheet.
The output of the Rename Sheet Name component will be a boolean value indicating the status of the operation. You can use this output to perform further actions or validations based on the success or failure of the renaming operation.
Continue building your sequence or workflow by adding other components or actions that require the renamed sheet.
Execute the workflow or sequence to rename the sheet in the Excel file.
The RenameSheetName component provides a simple way to rename a sheet in an Excel file using Robbot RPA. You can specify the old sheet name and the new sheet name as parameters.
Note: The RenameSheetName component relies on external libraries or APIs to modify Excel files. Ensure that you have the necessary dependencies installed or configured in your environment to successfully rename the sheet in the Excel file.
Please refer to the Robbot RPA documentation or consult your system administrator for more information on working with Excel files and renaming sheets in Robbot RPA.