Action group: Office
The action sequentially fills the cells of the given row with values from the given list, starting from some starting cell of the column
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Action context for ods/xlsx document | Robin.OpenSheetD oc | Yes | |
Row number | Row number where the values will be set. Numbering starts from 1. | Robin.Numeric | Yes | |
Start column name | The name of the column from which the values will be set. If the field is empty, then the value is taken from the field “Initial column number. | Robin.String | No | |
Start column number | The number of the column from which the value will be set. Numbering starts from 1. If the field is not filled, then the value is taken from the field «Name of the initial column». | Robin.Numeric | No | |
List of values | A list of values that will fill the cells in the row. | Robin.Collection | Yes |
None.
Set the values of row 2 starting from column A in the table. The values of the variable “Collection” = “Ilya, Ivan, Irina”. Save the document under the name “New”.
Use the actions "Open", "Set row values", "Save".
The program robot completed successfully.
The values are set in the table.