История страницы
...
Set row values Version 2 (Python)
...
Action group:
...
Office
Описание
Действие последовательно заполняет ячейки заданной строки значениями из заданного списка, начиная с некоторой стартовой ячейки столбца.
Настройки
...
Description
The action sequentially fills the cells of the given row with values from the given list, starting from some starting cell of the column
Action icon
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Action context for ods/xlsx document |
Свойство
Описание
Тип
Пример заполнения
Обязательность заполнения поля
Параметры
Контекст
Robin.OpenSheetD oc |
Yes |
Номер строки
Row number | Row number where the values will be set. Numbering starts from 1. | Robin.Numeric |
Да
Имя начального столбца
Yes | ||
Start column name | The name of the column from which the values will be set. If the field is empty, then the value is taken from the field “Initial column number. | Robin.String |
Нет
Номер начального столбца
No | ||
Start column number | The number of the column from which the value will be set. Numbering starts from 1. If the field is not filled, then the value is taken from the field «Name of the initial column». | Robin.Numeric |
Нет
Список значений
No | ||
List of values | A list of values that will fill the cells in the row. | Robin.Collection |
Да
Особые условия использования
Отсутствуют
Пример использования
Задача: установить значения строки 2, начиная со столбца A в таблице. Значения переменной "Коллекция" = "Илья, Иван, Ирина". Сохранить документ под именем "New".
Решение: воспользоваться действиями "Открыть", "Установить значения строки", "Сохранить".
Реализация:
- Собрать схему робота, состоящую из действий:
- Настроить параметры для действия "Открыть".
- Настроить параметры для действия "Установить значения строки".
- Настроить параметры для действия "Сохранить".
- Нажать на кнопку "Старт" в верхней панели.
Результат:
Программный робот отработал успешно.
Yes |
Special conditions of use
None.
Example of use
Task
Set the values of row 2 starting from column A in the table. The values of the variable “Collection” = “Ilya, Ivan, Irina”. Save the document under the name “New”.
Solution
Use the actions "Open", "Set row values", "Save".
Implementation
- Assemble a robot scheme consisting of actions:
- Set the "Path to file" parameter for the "Open" action.
- Set the parameters for the "Set row values" action.
- Set the parameters for the "Save" action.
- Launch the robot using the "Start" button in the top panel.
Result
The program robot completed successfully.
The values are set in the table. Данные установлены в строке.