Skip to main content

Write Spreadsheet Cell Action

Write Spreadsheet Cell Action writes a value to a specific cell in an opened spreadsheet. It is commonly used for updating data, filling in templates, recording results, or modifying existing spreadsheets.

Appearance

In Talos, Write Spreadsheet Cell Action appears as a rectangular node with a cell-write icon, indicating spreadsheet data entry. It shows the necessary details like the cell name and the value that will be inserted.

Decision Icon

Properties

As all Actions, Write Spreadsheet Cell Action has a few unique properties that are essential for it's functionality.

Common properties

Common properties inherited from Action.

Display NameString
This is the display name of the action.

By customizing this property, you can differentiate between same type of actions.

Action IDString
Indicates the unique ID of this action.

This property is Read only and it is not customizable

DisabledBoolean
If set to true, this action is considered disabled and will not be executed.
SpreadSheet VariableString
The spreadsheet object to write to.
Sheet NameString
The name of the worksheet to write to.
Locate Cell byEnum
How to locate the cell. Enums: Cell position (true), Row and column (false)
Cell PositionString
The cell reference (e.g., A1, B2).
RowString
The row index of the cell.
ColumnString
The column index of the cell.
ValueString
The value to write to the cell.