Action group: Office
The action adds a data table to the document
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Context for working with a document | Robin.OpenTextDo c | Yes | |
Table | Variable of type Data Table with data | Robin.DataTable | Yes | |
Add text to | Location in document where table should be inserted to | Robin.String | Yes | |
Bookmark name | The name of the bookmark after which the table will be added | Robin.String | No |
None.
There is a file test.docx. It is necessary to open the document and insert a table with data (the data is written to the variable "Table"). Then, save the document and close it.
Use the "Open", "Insert data table", "Save", "Close" actions.
The program robot completed successfully.
The table is added to the document. The file is saved and closed.