Action group: Office
Action sets the value to the specified cell
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Action context for ods/xlsx document | Robin.OpenSheetD oc | Yes | |
Column of the cell | Column of the cell where the value will be written. If there is already data in the cell, it will be overwritten. | Robin.String | Yes | |
Row of the cell | Row of the cell where the value will be written. If there is already data in the cell, it will be overwritten. | Robin.Numeric | Yes | |
Value | The value to be written to the selected cell | Robin.Object | Yes |
None.
There is a file Book1.xlsx it is necessary to set the value in cell A3=test 4 and save the document.
Use the actions "Open", "Set cell value", "Save".
The program robot completed successfully.
The required value is set in cell A3. The file is saved.