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

Ключ

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

...

Create Version 2 (Python)

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

Описание

Действие создает новую электронную таблицу в указанной папке

Image Removed

Настройки

Action group: Office

...

Description

Action creates a new spreadsheet in the specified folder

Action icon

Image Added

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
Document nameThe name of the new document to create. This action creates a file with the extension from the file name (sould be ods or

Свойство

Описание

Тип

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

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

Параметры

Имя документа

Имя нового документа, который будет создан. Действие создает файл с расширением из имени файла (допустимо ods или
xlsx)Robin.String
Да

Yes

Папка

Путь к папке, в которую будет сохранен документ
FolderThe path to the folder where the document will be savedRobin.FolderPathC:\doc\img
Да
Yes
Перезаписать
Overwrite
Логическая переменная, необязательный параметр. По умолчанию false. Если значение параметра равно True и в папке файл с таким именем уже существует, то существующий файл будет перезаписан
Boolean variable, optional parameter. The default is false. If the value of the parameter is True and a file with the same name already exists in the folder, then the existing file will be overwritten.Robin.Booleantrue
Нет
No
Результаты

Путь к файлу

Полный путь к созданному файлу
Results
Path to fileFull path to the created file.Robin.FilePath

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

Отсутствуют

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

Задача: создать файл New.xlsx на рабочем столе. 

Решение: воспользоваться действием "Создать". 

Реализация:

...



Special conditions of use

None.

Example of use

Task

Create a New.xlsx file on the desktop. 

Solution

Use the action "Create".

Implementation

  1. Move the "Create" action to the workspace and fill in its parameters
    In the "Document name" field specify the value = New.xlsx
    In the "Folder" field specify the future location of the document. 
    In the "Path to file" field, specify the "Path to file" variable, having created it in advance.

    Image Added
  2. Launch the robot using the "Start" button in the top panel.

Result

The program robot completed successfully.

A document is created on the desktop. The path to the file is saved to a variable

...

Результат:

Программный робот отработал успешно. Документ создан на рабочем столе. Путь к файлу сохранен в переменную