Action group: Excel
The action sets the value to the specified cell.
Property | Description | Type | Example of filling in | Obligatory to fill in the field |
Parameters | ||||
Context | Action context for working with an Excel document | Excel instance | Excel context | Yes |
Column of the cell | The column of the cell to which the value will be written. If there is already data in the cell, it will be overwritten. The format of the value in the cell will be "General" | String | No | |
Column index | The column index of the cell to which the value will be written. If there is already data in the cell, it will be overwritten. The format of the value in the cell will be "General" | Numeric | No | |
Row of the cell | The cell row in which the value will be written. If there is already data in the cell, it will be overwritten. The format of the value in the cell will be "General" | Numeric | Yes | |
Value | The value to be written to the selected cell | Object | Yes |
If there is already data in the cell, it will be overwritten.
There is an Excel document in which values are written. It is required to set the value 23 in cell C4.
Use the actions "Open", "Set cell value", "Save".
The program robot completed successfully.
The value 23 is written in cell C4.