Action group: Office
The action retrieves data from the column
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Action context for ods/xlsx document | Robin.OpenSheetD oc | Yes | |
Column | The column to which the action will be applied | Robin.String | Yes | |
Start line number | The ordinal number of the starting string of the range of returned values. Numbering starts from 1. Default value: index of the first line of the area used | Robin.Numeric | No | |
End line number | The ordinal number of the end string of the range of returned values. Numbering starts from 1. Default value: index of the last line of the used area | Robin.Numeric | No | |
Skip empty cells | Return values of filled cells only | Robin.Boolean | true | No |
Results | ||||
Result | Collection of values obtained from the specified column | Robin.Collection |
None.
There is a file Book1.xlsx, it is necessary to get data from column A, save and close the document.
Use the actions "Open", "Get data from column", "Save", "Close"
The program robot completed successfully.
The values from column A are written to the variable "Collection".
The file is saved and closed.