Help Centre › Building Processes
This article describes the RPA Excel functionality to write in multiple cells.
For a full list of available functions, please read EXCEL functions.
Description
The EXCEL Write in multiple cells function allows you to write in multiple cells.
Setting it up
To use the EXCEL Write in multiple cells function, follow these instructions:
{{popups:rpas/add:action=excel-write-cells}}
Once on a process map:
- Navigate to the process where you would like to add the EXCEL Write in multiple cells function
- Click on the green button’s drop-down (right side of the green button labelled “Process”)
- On the menu that appears, click on the “+ Activity” item
- From here you can select the EXCEL Write in multiple cells option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Sheet | Yes | Text | - | The name of the sheet |
| Write / Cell pairs | Yes | Table | - | Values and their target cell references |
Output variables
This action does not produce output variables.
Errors
| Error | Description |
|---|---|
| File not open | The Excel file must be open |
| Sheet not found | The specified sheet does not exist |
Tips
- Write multiple values to specific cells in a single action
- More efficient than multiple excel-write calls