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

Ключ

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

Get sheets names  

Action group: Excel 

...

Description

Gets a list of the document sheets and their number. 

Получить имена листов 

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

Описание

Получает список листов документа и их количество. 

...

Icon




Настройки

СвойствоИмена

PropertyАнгл. наименование

Description

Описание

Тип

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

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

Параметры

Type

Example of filling in

Obligatory to fill in the field

Parameters

ContextThe unique identifier of the session to which the action will be applied.Excel instanceКонтекстContextУникальный идентификатор сеанса, к которому будет применено действие.Идентификатор контекста ExcelEXCEL_INSTANCEДаYes
Результаты
Results
NamesПеременная, в которую будет записаны имена всех листов документа.A variable that will hold the names of all the sheets in the document.CollectionКоллекцияList of sheets

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

Отсутствуют.

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

Задача: в Excel-документе имеется 2 листа с названиями "Лист 1" и "Лист 2". Необходимо получить имена этих листов и записать их документ в ячейках А1 и В1. 

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

Реализация: 


Special conditions of use

None.


Example of use  

Task: an Excel document has 2 sheets with the names "Sheet 1" and "Sheet 2". It is necessary to get the names of these sheets and record them in cells A1 and B1.

Solution: use the actions "Open", "Get sheets names", "Set row data", "Save". 

Implementation: 

  1. Assemble a robot scheme consisting of the actions:
    Image Added
  2. Configure parameters for the "Open" action. In the "PathToFile" field, specify the path to the required Excel file. Check the "Open" Visible = true checkbox to display the robot actions on the screen.  
    Image Added
  3. Set up parameters for the "Get sheets names" action. In the "Context" field specify the context of the opened document, in the "Names" field specify a variable with the "Collection" type to which the data will be written. 
    Image Added
  4. Set parameters for the "Set row data" action. In the "Context" field specify the context of the opened document. In the "Row" field specify the value "1". In the "Starting column name" field specify the value "A". In the "A list of values" field specify a variable with the "Collection" type obtained as a result of the previous action (step 3). 
    Image Added
  5. Configure parameters for the "Save" action. Specify the context of the Excel document in the Context parameter
  6. Собрать схему робота, состоящую из действий:
    Image Removed
  7. Настроить параметры для действия "Открыть". В поле "Путь к файлу" указать путь до требуемого Excel-файла. Проставить чекбокс Open Visible = true для отображения действий робота на экране. 
    Image Removed
  8. Настроить параметры для действия "Получить имена листов". В поле "Контекст" указать контекст открытого документа, в поле "Имена" указать переменную с типом "Collection", в которую будут записаны данные. 
    Image Removed
  9. Настроить параметры для действия "Установить значения строки". В поле "Контекст" указать контекст открытого документа. В поле "Row" указать значение "1". В поле "Starting column name" указать значение "A". В поле "A list of values" указать переменную с типом "Collection", полученную в результате отработки предыдущего действия (п.3). 
    Image Removed
  10. Настроить параметры для действия "Сохранить". В параметре "Контекст" указать контекст Excel-документа

        5. Запустить робота по кнопке "Старт" в верхней панелиЗStart the robot by clicking the "Start" button in the upper panel
Результат: 


Программный робот отработал успешноResult: The software robot completed successfully

Имена листов добавлены в ячейки А1 и В1Sheet names have been added to cells A1 and B1