Open Spreadsheet Action
Open Spreadsheet Action opens an existing spreadsheet file for reading or editing operations. It loads the file into memory and provides access to cells, sheets, and data within the workbook for subsequent manipulation actions.
Appearance
In Talos, Open Spreadsheet Action appears as a rectangular node with a spreadsheet icon, indicating data file access. It establishes the spreadsheet context for following spreadsheet actions in the workflow.
Properties
As all Actions, Open Spreadsheet 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.
File PathPath
The full path to the spreadsheet file to open.
Output VariableString
The variable to store the opened spreadsheet object.