Action group: Office
Action inserts a range of cells from the clipboard
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Action context for ods/xlsx document | Robin.OpenSheetD oc | Yes | |
Start cell | The address of the starting cell where the range will be inserted. The default is A1. Fill in the format «XY», where «X» is the column number and «Y» is the line number. | Robin.String | 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.