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

Ключ

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

...

Get number of rows

...

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

Действие возвращает количество строк указанного столбца

Image Removed

Настройки

Version 2 (Python)

Action group: Office

...

Description

Action returns the number of rows of the specified column

Action icon

Image Added

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
ContextAction context for ods/xlsx document

Свойство

Описание

Тип

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

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

Параметры

Контекст

Контекст действия для работы с таблицей ods/xlsx
Robin.OpenSheetD oc
Да

Yes

Столбец

Наименование столбца, количество строк которого нужно получить. При подсчете учитываются только те строки, которые включены в используемую область
ColumnThe name of the column whose row count is to be retrieved. Only those rows that are included in the used area are taken into account when countingRobin.String
Да

Yes

Лист

Наименование рабочего листа. По-умолчанию первый лист документа

Robin.String

Нет

Skip empty cellsCount rows only with filled cells in the specified columnRobin.

Пропустить пустые ячейки

Считать строки только с заполненными ячейками в указанном столбце

Robin.
Booleantrue
Нет
No
Результаты
Results

Результат

Количество строк указанного столбца
ResultNumber of rows in the specified columnRobin.Numeric

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

Отсутствуют 

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

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

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

Реализация:

...



Special conditions of use

None.

Example of use

Task

There is a file Book1.xlsx, I need to get the number of filled rows in column A, save and close the document. 

Solution

Use the actions "Open", "Get number of rows", "Save", "Close".

Image Added

Implementation

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

    Image Added


  2. Move the "Get number of rows" action to the workspace and fill in its parameters
    In the "Context" field, specify the context created in step 1.
    In the "Column" field specify the value = A.
    In the "Skip empty cells" field specify a check mark.
    In the "Result" field specify the variable "Number", having created it in advance. 

    Image Added
  3. Move the "Save" action to the workspace and set its parameter.
    In the "Context" field specify the context of the opened document.

    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 number of filled rows of column A is successfully written to the variable "Number".

Image Added

The file is saved and closed. 

Image Added

...

Результат:

Программный робот отработал успешно. Количество заполненных строк столбца А успешно записаны в переменную "Число". 

Image Removed

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

Image Removed