# Получить объект Excel

![](/files/1czz0pgaOyX4Mr2SHYXO)

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

* Сделать видимым. Имеет тип Булево. То есть у параметра возможны только 2 значения: Истина и Ложь. По умолчанию стоит Ложь. То есть окно программы НЕ будет отображаться, будет невидимым, хотя сам процесс Excel запуститься.
* Объект Excel. Исходящий параметр. Контекст Excel, который передается на вход других шаблонов, связанных с работой с данным сеансом Excel. Необходимо указывать на входе каждого шаблона Excel, чтобы получить именно этот контекст 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-obekt-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.
