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

Ключ

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

...

Save Version 1 (Python)

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

Описание

...

Description

The action saves the changes in the existing document. Действие сохраняет изменения в существующий документ

...

Settings

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
ContextContext for working with a documentRobin.OpenTextDo c
Yes
Folder pathPath to the folder where the document is to be savedRobin.FolderPathC:\doc\imgNo
File nameThe name of the new file that will be created based on the original one.Robin.String
No
Results
Path to fileFull path to the saved file.Robin.FilePath

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

Отсутствуют

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

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

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

Image Removed

Реализация:

...



Special conditions of use

None.

Example of use

Task

There is a File called book1.xlsx. Set the value in cell A3=test 4 and save the document. 

Solution

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

Image Added

Implementation

  1. Drag the "Open" action to the workspace and fill in its parameters
    In the "PathToFile" field set the path to the file book1.xlsx


    Image Added


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

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

    Image Added

  4. Click 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

...

Результат:

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