Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Insert data table

...

Группа действий: Офис 

Действие добавляет таблицу данных в документ

Иконка

image2024-1-15_13-12-0.pngImage Removed

Настройки

Version 1 (Python)

Action group: Office

...

Description

The action adds a data table to the document

Action icon

image2024-1-15_13-12-0.pngImage Added

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
ContextContext for working with a documentRobin.OpenTextDo c
Yes
TableVariable of type Data Table with data

Свойство

Описание

Тип

Пример заполнения

Обязательность заполнения поля

Параметры

Контекст

Контекст для работы с документом

Robin.OpenTextDoc

Да

Таблица

Переменная типа Data Table с данными
Robin.DataTable

Да

Место добавления

Место в документе, куда будет добавлена таблица

Yes
Add text toLocation in document where table should be inserted toRobin.String
Да

Yes

Название закладки

Имя закладки, после которой будет добавлен таблица
Bookmark nameThe name of the bookmark after which the table will be addedRobin.String

Нет

Особые условия использования

Отсутствуют 

Пример использования

Задача: существует файл test.docx. Необходимо открыть документ и вставить туда таблицу с данными (данные записаны в переменную "Таблица"). Далее, сохранить документ и закрыть. 

Решение: воспользоваться действием "Открыть", "Вставить таблицу данных", "Сохранить", "Закрыть". 

Реализация:

...


No

Special conditions of use

None.

Example of use

Task 

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. 

Solution

Use the "Open", "Insert data table", "Save", "Close" actions.

Implementation

  1. Assemble a robot scheme consisting of actions:
    Image Added
  2. Fill in the "Open" action parameter. 
    In the "Path to file" field specify the path to the file test.docx
    Image Added

  3. Set the parameters for the "Insert data table" action: 
    In the "Context" field specify the context created in step 1
    In the "Table" field specify a variable of the "table" type containing the table with data.
    In the "Add text to" field specify the value "End of the document". 

    Image Added
  4. Set the parameter for the "Save" action. 
    In the "Context" field specify the context of the opened document.

    Image Added
  5. Move the "Close" action to the workspace and set its parameter.
    Image Added

  6. Click "Start" in the top panel.

Result

The program robot completed successfully.

The table is added to the document. The file is saved and closed

...

Результат:

Программный робот отработал успешно. Таблица добавлена в документ.  Файл сохранен и закрыт.