Action group: Office
The action copies values from the specified area to the clipboard
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Action context for ods/xlsx document | Robin.OpenSheetD oc | Yes | |
Start cell column | The column of the starting cell (the beginning of the range), from which the copied area will be set. If the field is empty, then the border of the used area is taken | Robin.String | No | |
Start cell row | The string of the starting cell (beginning of the range) from which the copied area will be set. If the field is empty, then the border of the used area is taken | Robin.Numeric | No | |
Destination cell column | Destination cell column (end of range) to which the copied area will be set. If the field is empty, then the border of the used area is taken | Robin.String | No | |
End cell row | The string of the end cell (end of the range) to which the copied area will be set. If the field is empty, then the border of the used area is taken | Robin.Numeric | No |
None.
There is an Excel document “Test” with a table.
It is necessary to copy this table to the clipboard and paste it two rows below, starting from cell A7.
Use the actions "Open", "Copy range to clipboard", "Paste range from clipboard", "Save".
Set the "Path to file" parameter for the "Open" action.
The program robot completed successfully.
The table is copied and pasted starting in cell A7.