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

Ключ

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

...

Open

...

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

Действие открывает документ

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

Настройки

Version 2 (Python)

Action group: Office

...

Description

The action opens the document. 

Action icon

Image Added

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
PathToFileThe path to the file to be opened.

Свойство

Описание

Тип

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

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

Параметры

Путь к файлу

Путь к файлу документа, который необходимо открыть
Robin.FilePath
Да

Yes
Результаты
Results

Контекст

Контекст для работы с документом
ContextAction context for ods/xlsx documentRobin.
OpenTextDoc

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

Отсутствуют

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

OpenSheetD oc

Special conditions of use

None.

Example of use

Task 

You have a file test Задача: существует файл test (2).docx. Необходимо открыть документ и добавить туда запись = "тестовая запись" в начало документа. Далее, сохранить документ и закрыть. 

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

Реализация:

Open the document and add text to it = "test text" to the beginning of the document. Next, save the document and close it.

Solution

Use the "Open", "Input text", "Save", "Close" actions.

Implementation

  1. Move the "Open" action to the workspace and set its parameters.
    In the "Path to file" field specify the path to file test Перетащить на рабочую область действие "Открыть" и заполнить его параметры
    В поле "Путь к файлу" указать путь к файлу test (2).docx.
    Image Removed
    Перетащить на рабочую область действие "Ввести текст" и заполнить его параметры
    В поле "Контекст" указать созданный контекст в п.1
    В поле "Текст" указать значение "тестовая запись".
    В поле "Место добавления" указать значение "Начало документа". 
    Image RemovedПеретащить на рабочую область действие "Сохранить" и заполнить его параметр
    В поле "Контекст" указать контекст открытого документа.
    Image RemovedПеретащить на рабочую область действие "Закрыть" и заполнить его параметр.
    Image Removed
    Нажать на кнопку "Старт" в верхней панели. 

Результат:

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


  1. Image Added

  2. Move the "Input text" action to the workspace and set its parameters.
    In the "Context" field specify the context created in section 1.
    In the Text field, specify the value "test record".
    In the "Add text to" specify the value "Start of document". 

    Image Added
  3. Move the "Save" action to the workspace and set its parameter.
    In the context field specify the context of the open document.

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

  5. Click "Start" in the top panel.

Result

The program robot completed successfully. The needed text was added to the document. The file was saved and closed.

Image AddedImage Removed