Action group: Office
Action deletes the specified rows
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Action context for working with ods/xlsx table. | Robin.OpenSheetD oc | Yes | |
Starting row index | The sequence number of the starting row in the range of rows to be deleted. The numbering starts from 1. | Robin.Numeric | Yes | |
Ending row index | The sequence number of the ending row in the range of rows to be deleted. The numbering starts from 1. | Robin.Numeric | No |
None.
There is a tabular document. You need to delete rows 1 through 4
Implementation of the action requires the following actions - "Open", "Delete rows", "Save".
2. Set parameters for the "Open" action. In the "Path to file" field specify the path to the required tabular document.
3. Set the parameters for the "Delete rows" action.
4. Set the parameters of the "Save" action. In the "Context" field specify the context of the opened document "Test 1"
5. Launch the robot using the "Start" button in the top panel.
The program robot completed successfully.
The required lines have been deleted