# Получить лист книги excel

![](/files/J6vGUvwh55phHM69jB9w)

Данный шаблон нужен, чтобы получить определенный лист из книги Excel. По умолчанию, это первый лист. Но в книге может быть несколько листов. И мы можем получить любой из них для дальнейшей работы уже непосредственно с данными, представленными в ячейках листа. Шаблон имеет следующие параметры:

* Книга Excel. Этот параметр указывается с одного из предыдущих этапов типа Открыть файл excel.
* Номер или наименование листа. ID листа, с которым мы будем в дальнейшем работать.
* Лист книги Excel. Исходящий параметр. Нужен для передачи на следующие этапы контекста выбранного листа.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.onerpa.ru/rpa-platforma-onerpa/shablony-etapov/shablony-etapov-ms-office/excel/poluchit-list-knigi-excel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
