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

Ключ

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

...

The action creates a new Excel file.

Action icon

Image RemovedImage Added

Settings of parameters

Свойство
Property
Англ. наименование
Description
Описание
Type
ТипПример заполненияОбязательность заполнения поляПараметрыИмяName

Наименование нового документа, который будет создан.

Создает файл одного из стандартных расширений Excel (xls или xlsx), которое актуально для ПК, на котором запущена студия.

Строка

TestДаПапкаFolder

Путь до папки, в которую будет сохранен документ.

Доступен ввод вручную, либо выбор папки в модальном окне "Выбор папки" по кнопке Image Removed.

Filling exampleMandatory field
Parameters
Document nameThe name of the new document to be created. The action creates a file with the standard Excel extension (xls or xlsx), which is relevant for the PC running the studio.Robin.String
Yes
FolderThe path to the folder where the document will be savedRobin.FolderPathC:\doc\imgYes
OverwriteBoolean 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. If the value of the parameter is False and a file with the same name already exists in the folder, a warning will be issued: «A file with the same name already exists» and the file will not be added to the folder. And if there is no file with the same name in the folder and the parameter value is False, then the specified file will be added to the specified folder.Robin.BooleantrueNo
Results
Path to fileFull path to the created file
Путь к папкеC:\Users\User\DesktopДаПерезаписатьOverwrite

Логическая переменная, необязательный параметр. По умолчанию false. Если значение параметра равно True и в папке файл с таким именем уже существует, то существующий файл будет перезаписан. Если значение параметра равно False и в папке файл с таким именем уже существует, то будет выдано предупреждение: «Файл с таким именем уже существует» и файл в папку добавлен не будет. А если файла с таким именем в папке нет и значение параметра равно False, то заданный файл будет добавлен в указанную папку.

ЛогическийtrueНетРезультаты

Путь к файлу

Path to file

Полный путь к созданному файлу
.Robin.FilePath

Special conditions of use

...

Create an Excel-document with the set name in the specified folder. Also insert values of the collection to column A (see Create a collection).

Solution

...