# Google Sheets ile çalışma

{% hint style="danger" %}
Not!&#x20;

Verilerinizle daha iyi performans elde etmek için bunları MaviBot tablolarına yükleyin. Bu şekilde botlarınız çok daha hızlı çalışır ve Google Sheets istekleriyle ilgili hatalardan kaçınır.
{% endhint %}

## Sütun harfleriyle çalışmak için&#x20;

c2n() | n2c() | addCols()

<details>

<summary>Açıklama</summary>

<mark style="color:varsayılan;background-color:blue;">**Bir sütun numarasını harfine göre almak için**</mark>

**c2n(str)**

Parametreler:\ <mark style="color:kırmızı;">**!**</mark> **str** - harf gösteriminde sütun numarası

<mark style="color:varsayılan;background-color:blue;">**Bir sütun harfini numarasına göre almak için**</mark>

**n2c(n)**

Parametre:\ <mark style="color:kırmızı;">**!**</mark> **n**- sayısal değer olarak sütun numarası

<mark style="color:varsayılan;background-color:blue;">**Verilen bir sütundan ofsete göre bir sütun harfi almak için**</mark>

**addCols(str, n)**

Parametreler:\ <mark style="color:kırmızı;">**!**</mark> **str** - sütun harfi\
**n** - ofset; belirtilen sütunun solundaki bir sütun numarasını almak için, negatif bir ofset değeri geçin.

</details>

<details>

<summary>Örnekler</summary>

<div data-with-frame="true"><figure><img src="/files/b394ccf83ab4e00bba6bdc2a61e627c38e296df6" alt="" width="563"><figcaption></figcaption></figure></div>

<div data-with-frame="true"><figure><img src="/files/222d07bfccc6e05662bcc667be20add34560cfc7" alt="" width="375"><figcaption></figcaption></figure></div>

</details>

<details>

<summary>Örnekler</summary>

```
number=c2n('AAB')
string=n2c(54)
offset=addCols('AA',-1)
```

</details>


---

# 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.mavibot.ai/doc/tr/chatbot/functions/hesap-makinesi/sheets.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.
