Skip to main content

Create Excel

The Create Excel component in Robbot RPA enables you to create a new Excel file. You can specify the folder path where the file will be saved, the file name, and whether to overwrite the file if it already exists.

Parameters

Force to create : If checked, it will overwrite the file with the same name if it already exists.

Folder Path :Click the button and select the folder location where you want to save the Excel file. Type : String

File Name : Enter the desired name for the Excel file as a string. Type : String

Result : Returns the status of the operation, indicating whether it was performed correctly Type : Boolean

Usage

To use the Create Excel component in your Robbot RPA project, follow these steps:

Open your Robbot RPA project.

Drag and drop the Create Excel component into your sequence or workflow.

Configure the component by providing the necessary input:

Set the Force to create parameter to determine whether to overwrite the file if it already exists.

Click the button next to the Folder Path parameter and select the folder location where you want to save the Excel file.

Enter the desired File Name for the Excel file.

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

Execute your sequence or workflow to create the Excel file.

By using the Create Excel component, you can easily create a new Excel file in your Robbot RPA project. Specify the folder path, file name, and whether to overwrite existing files to customize the behavior of the component.