Action group: Office
Action returns the number of rows of the specified column
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Action context for ods/xlsx document | Robin.OpenSheetD oc | Yes | |
Column | The name of the column whose row count is to be retrieved. Only those rows that are included in the used area are taken into account when counting | Robin.String | Yes | |
Skip empty cells | Count rows only with filled cells in the specified column | Robin.Boolean | true | No |
Results | ||||
Result | Number of rows in the specified column | Robin.Numeric |
None.
There is a file Book1.xlsx, I need to get the number of filled rows in column A, save and close the document.
Use the actions "Open", "Get number of rows", "Save", "Close".
The program robot completed successfully.
The number of filled rows of column A is successfully written to the variable "Number".
The file is saved and closed.