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

Ключ

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

Save as Version 1 (Python)

Action group: Office

...

Description

Action saves the document under a different name

Action icon

Image Added

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
ContextAction context for ods/xlsx document

Сохранить как/Save as 

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

Действие сохраняет документ под другим именем

Image Removed

Настройки

Контекст действия для работы с таблицей ods/xlsxПолный путь к сохраненному файлу

Свойство

Описание

Тип

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

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

Параметры

Контекст

Robin.OpenSheetD oc


ДаYes

Folder

Path to the folder where the document will be saved. If the field remains empty, the file is saved in the same folder where the original file was opened. You can enter it manually or select the folder in the "Select folder" modal window using the "three dots" button

Папка

Путь к папке, в которую будет сохранен документ. Если поле остается пустым, то файл сохраняется в той же папке, в которой был открыт исходный файл. Доступен ввод вручную, либо выбор папки в модальном окне «Выбор папки» по кнопке «три точки».

Robin.FolderPath

C:\doc\img

НетNo

File name

The name of the new document to be created. If this field is left empty, the file is saved with the same name that the document had when it was opened. The extension can be left blank. If the extension is specified, it must match the extension of the source file

Имя файла

Наименование нового документа, который будет создан. Если данное поле остается пустым, то файл сохраняется с тем же именем, который документ имел при открытии. Расширение можно не указывать. Если расшиерние указано - оно должно совпадать с расширением ихсодного файла

Robin.String


НетNo

ПерезаписатьOverwrite

Логическая переменная, необязательный параметр. По умолчанию false. Если значение параметра равно True и в папке файл с таким именем уже существует, то существующий файл будет перезаписанBoolean variable, optional parameter. Defaults to false. If True and a file with this name already exists in the folder, the existing file will be overwritten.

Robin.Boolean

true

НетNo

Результаты
Results

Path to file

The full path to the saved file

Путь к файлу

.

Robin.FilePath

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

Отсутствуют

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

Задача: на рабочем столе существует файл Книга1.xlsx, необходимо исполнить формулу А1+А2 (результат в ячейке А3) , сохранить документ в папке "пример" и закрыть документ. 

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

Реализация:

...



Special conditions of use

None.

Example of use

Task

There is a file Book1.xlsx on the desktop, it is necessary to execute the formula A1+A2 (result in cell A3), save the document in the folder "example" and close the document. 

Solution

Use the actions "Open", "Apply formula to cell", "Save as", "Close".

Implementation

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


    Image Added


  2. Move the "Apply formula to cell" 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 "Formula" field specify the value = A1+A2 (English). 

    Image Added
  3. Move the Save As action to the workspace and set its parameter.
    In the "Context" field, specify the context of the open document.
    In the "Folder" field specify the folder where the document will be saved. 

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

    Image Added

  5. Launch the robot using the "Start" button in the top panel.

Result

The program robot completed successfully.

The formula is executed in cell A3.

Image Added

The file is saved and closed.

...

Результат:

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

Image Removed

Файл сохранен и закрыт.