Action group: Excel
Description
The action inserts a range of cells from the clipboard.
Name | Description |
---|---|
Context | Action context for working with an Excel document |
Start cell column name | The column name of the initial cell into which the range will be inserted. |
Start cell column index | The column index of the starting cell into which the range will be inserted. |
Start cell row | Row of the initial cell into which the range will be inserted. |
Property | Description | Type | Example of filling in | Obligatory to fill in the field |
Parameters | ||||
Context | Action context for working with an Excel document | Excel instance | Excel context | Да |
Start cell column name | The column name of the initial cell into which the range will be inserted. If the field is not filled in, the value from the "Start cell column index" field is taken. | String | No | |
Start cell column index | The column index of the initial cell into which the range will be inserted. The default is "1". | Numeric | No | |
Start cell row | The row of the starting cell into which the range will be inserted. The default is "1". | Numeric | No |
There is an Excel document "Test" with a table:
You need 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".
Fill in the parameter for the "Copy range to clipboard" action. Do not fill in the other fields, as it is necessary to copy the table completely.
The program robot completed successfully.
The table is copied and pasted starting in cell A7.