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

Ключ

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

Get sheets names Version 6 (Net)

Action group: Excel 

...

Description

Gets a list of the document sheets and their number. 

Icon

Image Added

Settings of parameters

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

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

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

Описание

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

Иконка

Image Removed

Настройки

Свойство

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

Описание

Тип

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

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

Параметры

КонтекстContextУникальный идентификатор сеанса, к которому будет применено действие.Идентификатор контекста Excel
EXCEL_INSTANCE
Да
Yes
РезультатыИмена
Results
Names
Переменная, в которую будет записаны имена всех листов документа.Коллекция
A variable that will hold the names of all the sheets in the document.CollectionList 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-файла. Проставить чекбокс Видимый = true для отображения действий робота на экране. 
    Image Removed
  8. Настроить параметры для действия "Получить имена листов". В поле "Контекст" указать контекст открытого документа, в поле "Имена" указать переменную с типом "Коллекция", в которую будут записаны данные. 
    Image Removed
  9. Настроить параметры для действия "Установить значения строки". В поле "Контекст" указать контекст открытого документа. В поле "Row" указать значение "1", в поле "Starting column name" указать значение "A", в поле "A list of values" указать переменную с типом "Collection", полученную в результате отработки предыдущего действия (п.2). 
    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