Action group: Office
The action sets a formula in the cell and executes it to calculate a value
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Action context for working with ods/xlsx table. | Robin.OpenSheetD oc | Yes | |
Cell column | The column of the cell whose value the action will return. | Robin.String | Yes | |
Cell row | The cell row whose value from which the action will return. | Robin.Numeric | Yes | |
Formula | The formula to be set and executed in the cell. The formula starts with the "=" symbol | Robin.String | Yes | |
Sheet | Name of the worksheet. By default, the first sheet of the document | Robin.String | No | |
Local language | If the value is "true", the formula must be specified in the local language, otherwise in English. | Robin.Boolean | true | No |
None.
There is a file Book1.xlsx, it is necessary to execute formula A1+A2 (result in cell A3), save and close the document.
Use the actions "Open", "Run formula", "Save".
The program robot completed successfully.
The formula is executed in cell A3.
The file is saved and closed.