Action group: Excel
Description
The action writes data from a variable of type Table to the specified area of the active Excel workbook page.
Name | Description |
---|---|
Context | Action context for working with an Excel document |
Start cell column name | The column name of the initial cell in which the top left cell of the table will be placed. |
Start cell column index | The column index of the initial cell in which the top left cell of the table will be placed. |
Start cell row | The cell row in which the top left cell of the table will be placed. |
Table | A variable of Table type with data. |
With heading | If true, the table header will be inserted into the document along with its rows. |
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 | Yes |
Start cell column name | The column name of the initial cell in which the top left cell of the table will be placed. 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 in which the top left cell of the table will be placed. If the field is not filled in, the border of the used area is taken. | Numeric | No | |
Start cell row | The cell row in which the top left cell of the table will be placed. | Numeric | No | |
Table | Variable of Table type with data | Table | Да | |
With heading | If true, the table header will be inserted into the document along with its rows. | Boolean | true | No |
For the With heading parameter:
Target table | Table after insertion without checkbox "With header" checked | Table after insertion with checkbox "With header" checked |
---|---|---|
There are 2 Excel documents "Test" and "Test1". You need to take a table from the "Test" document and paste it into the "Test1" document starting from cell A3.
Use the actions "Open", "Get table", " Insert table", "Save".
The program robot completed successfully.

A table starting in cell A3 has been inserted into the document "Test1".
The result of inserting text into a file when the "With heading" checkbox of the "Insert table" action is selected.