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

Ключ

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

...

Paste range from clipboard Version 1 (Python)

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

Описание

Действие ищет и возвращает адреса всех ячеек, которые содержат заданный текст

Image Removed

Настройки

Action group: Office

...

Description

The action searches for and returns the addresses of all cells that contain the specified text

Action icon

Image Added

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
ContextAction context for ods/xlsx document

Свойство

Описание

Тип

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

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

Параметры

Контекст

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

Yes

Текст

Текст, поиск которого будет осуществляться
TextThe text to be searchedRobin.String
Да

Yes

Лист

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

Robin.String

Нет

Номер начальной строки

Порядковый номер строки начальной ячейки диапазона поиска текста. Нумерация начинается с 1. Значение по умолчанию: индекс первой строки в используемой области активного листа документа
Start line numberThe row number of the starting cell of the text search range. Numbering starts from 1. Default value: index of the first line in the used area of the active sheet of the document.Robin.Numeric

Нет

Номер конечной строки

Порядковый номер конечной строки диапазона поиска текста. Нумерация начинается с 1. По умолчанию поиск заканчивается на последней строке используемой области

No
End line numberOrdinal number of the end line of the text search range. Numbering starts from 1. By default, the search ends on the last line of the area usedRobin.Numeric

Нет

Столбец начальной ячейки

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

No
Start cell columnThe start column of the text search range. By default, the search starts from the first column of the area usedRobin.String

Нет

Столбец конечной ячейки

Конечный столбец диапазона поиска текста. По умолчанию поиск заканчивается на последнем столбце используемой области

No
Destination cell columnEnd column of the text search range. By default, the search ends at the last column of the scope used.Robin.String
Нет

No

Метод поиска

Метод поиска текста. Все методы не чувствительны к регистру текста. Значение по умолчанию: Полнотекстовый поиск
Search MethodText search method. All methods are not case sensitive. Default value: Full text search.Robin.String
Нет

No
Результаты
Results

Результат

Словарь с записями - найденными ячейками: ключ записи = адрес ячейки, значение записи = значение ячейки
ResultDictionary with records - found cells: record key = cell address, record value = cell value.Robin.Dictionary

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

Отсутствуют 

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

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

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

Image Removed

Реализация:

...



Special conditions of use

None.

Example of use

Task

There is a file Book1.xlsx, it is necessary to find the text "test" in the range from 1-4 line in column A, save and close the document. 

Solution

Use the actions "Open", "Search text", "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 "Search text" action to the workspace and set its parameters
    In the "Context" field, specify the context created in step 1.
    In the "Text" field specify the value = text.
    In the "Sheet" field specify the value = Sheet1. 
    Fill the "Start line number" and "End line number" fields with the values 1 and 4, respectively. 
    Fill in the fields "Start cell column", "End cell column". 
    Fill in the "Search method" field, specifying the value "Full text search". 

    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 required text has been found. 

Image Added

The file is saved and closed

...

Результат:

Программный робот отработал успешно. Требуемый текст найден. 

Image Removed

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