История страницы
...
Row data Version 14 (Net)
Группа действийAction group: Excel
Описание
Действие возвращает все значения в рабочем диапазоне заданной страницы.
Иконка действия
Настройки
...
Description
The action returns all values in the working range of the specified page.
Action icon
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Action context for working with an Excel document |
Свойство
Описание
Тип
Пример заполнения
Обязательность заполнения поля
Параметры
Контекст
Robin.Excel |
Excel context |
Yes |
Строка
Row | Row index from which the data will be received. If you enter a string outside the working range, the action will return an empty result. | Robin.Numeric |
Да
Имя начального столбца
Yes | ||
Starting column name | Name of the column where the starting cell of the working range is located. If the field is not filled, then the value from the «Starting column index» field is taken. | Robin.String |
Нет
Индекс начального столбца
No | |
Starting column index | The index of the column where the starting cell of the working range is located |
. | Robin.Numeric |
Нет
Имя конечного столбца
No | ||
Final column name | Name of the column that contains the end cell of the working range. If the field is not filled, then the value from the «Final column index» field is taken. | Robin.String |
Нет
Индекс конечного столбца
No | |
Final column index | The index of the column that contains the end cell of the working range |
. | Robin.Numeric |
Нет
Пропустить скрытые ячейки
No | |||
Skip hidden | Boolean variable. If the parameter value is True, then only visible cells are returned, otherwise - everything. | Robin.Boolean | true |
Нет
Пропустить пустые ячейки
No | |||
Skip empty | Boolean variable. If the parameter value is True, then only filled cells are returned. | Robin.Boolean | true |
No |
Results |
Результат
Result | The variable in which the values from the row will be written | Robin.Collection |
Особые условия использования
Применяется используемый диапазон контекста.
При вводе строки за пределами этого диапазона действие будет выдавать пустой результат.
При вводе столбцов за пределами этого диапазона действие будет обрезать лишние ячейки.
Пример использования
Задача
Существует Excel-документ, в котором из определенной строки требуется получить данные.
Решение
Special conditions of use
The active context range is applied.
If you enter a string outside of this range, the action will return an empty result.
If you enter columns outside of this range, the action will trim the extra cells.
Example of use
Task
There is an Excel-document where you want to retrieve data from a certain row.
Solution
Use the "Open" Воспользоваться действиями "Открыть", "Row data", "СохранитьSave" actions.
Реализация
Implementation
- Assemble a robot scheme with the actions.Собрать схему робота, состоящую из действий:
- Настроить параметры для действия "Открыть"Set the "Open" action parameters.
3. Настроить параметры для действия Set the "Row data" action parameters.
4. Настроить параметры действия "Сохранить". Set the "Save" action parameters.
5.Нажать на кнопку "Старт" в верхней панели.
Результат
Click "Start" in the top panel.
Result
The row data from columns A to C was retrieved.Получены данные строк из столбца с A по C.