# Получить значение ячейки

Считать значение ячейки из Google Таблицы.

<table data-header-hidden><thead><tr><th width="195" valign="top"></th><th width="366" valign="top"></th></tr></thead><tbody><tr><td valign="top">ID документа</td><td valign="top"><p>[Текст] ID документа. Данный идентификатор получается из ссылки на таблицу.</p><p>Например, если у нас ссылка:</p><p>"https://docs.google.com/spreadsheets/d/1Y9k3CK7kdJvEjeIW4ROqsfVm9yu08u2vweRPWoV8wqg/edit#gid=0",</p><p>то id документа будет: "1Y9k3CK7kdJvEjeIW4ROqsfVm9yu08u2vweRPWoV8wqg".</p></td></tr><tr><td valign="top">Имя листа</td><td valign="top">[Текст] Имя листа, с которым происходит работа. Если значение оставить пустым, то используется лист по умолчанию.</td></tr><tr><td valign="top">Имя ячейки</td><td valign="top">[Текст] Имя ячейки. Например: "A1".</td></tr><tr><td valign="top">Результат</td><td valign="top">[Текст] Значение ячейки.</td></tr><tr><td valign="top">Уровень обработки</td><td valign="top"><p>Выбор уровня обработки ошибок. Возможные значения:</p><ul><li>"Default" - по умолчанию;</li><li>"Ignore" - ошибки игнорируются;</li><li>"Handle" - ошибки обрабатываются.</li></ul><p>Если выбрано значение "Default", то будет использоваться значение блока "Старт" данной диаграммы.</p></td></tr><tr><td valign="top">Уровень сообщений</td><td valign="top"><p>Выбор уровня сообщений, которые будут выводить блоки при работе. Возможные значения:</p><ul><li>"Default" - по умолчанию;</li><li>"Release" - вывод отключен;</li><li>"Debug" - вывод основной информации;</li><li>"Detailed" - вывод подробной информации.</li></ul><p>Если выбрано значение "Default", то будет использоваться значение блока "Старт" данной диаграммы.</p></td></tr><tr><td valign="top">Текст ошибки</td><td valign="top">[Текст] Возвращает подробную информацию об ошибке в случае некорректного выполнения работы блока.</td></tr></tbody></table>


---

# 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.sherparpa.ru/sherpa-rpa/sherpa-designer/spravochnik-blokov/google-sheets/poluchit-znachenie-yacheiki-getgooglesheetscellvalue.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.
