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

Ключ

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

Open Version 2 (Python)

Action group: Office

...

Description

The action returns the context for working with the

Открыть/Open 

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

Действие возвращает контекст для работы с документом ods/xlsx . Для закрытия документа необходимо использовать действия «Закрыть» либо «Сохранить».

Image Removed

Настройки

document. To close the document, use "Close" or "Save" actions.

Action icon

Image Added

Settings

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
Path to fileThe path to the file to be opened.

Свойство

Описание

Тип

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

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

Параметры

Путь к файлу

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

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

Контекст

Контекст действия для работы с таблицей ods/xlsx

Robin.OpenSheetD oc

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

Отсутствуют 

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

Задача: существует файл Книга1.xlsx необходимо установить значение в ячейке А3=тест 4 и сохранить документ. 

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

Реализация:

...

ContextContext for working with a documentRobin.OpenTextDo c

Special conditions of use

None.

Example of use

Task

There is a file Book1.xlsx it is necessary to set the value in cell A3=test 4 and save the document. 

Solution

Use the "Open", "Set cell value", "Save" actions. 

Implementation

  1. Move the "Open" action to the workspace and set its parameters
    In the "Path to file" field specify the path to the file Book1.xlsx
    Image Added

  2. Move the "Set cell value" action to the workspace and set its parameters
    In the "Context" field, specify the context created in step 1.
    In the "Column of the cell" field specify the value = A.
    In the "Row of the cell" field specify the value = 3. 
    In the "Value" field specify the value = test 4. 

    Image Added
  3. Move the "Save" action to the workspace and set its parameters
    Specify the context of the opened document in the "Context" field.

    Image Added

  4. Click on the "Start" button in the top panel. 

Result

The program robot completed successfully. The required value is set in cell A3. The file is saved.

Image Added

...

Результат:

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

Image Removed