Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Değerlerin çıktıda nasıl oluşturulacağını belirler.
Sıralamalar
FORMATTED_VALUE
Değerler, yanıtta hücrenin biçimine göre hesaplanır ve biçimlendirilir. Biçimlendirme, istekte bulunan kullanıcının yerel ayarına değil, e-tablonun yerel ayarına göre yapılır. Örneğin, A11.23, A2 ise =A1 ise ve para birimi olarak biçimlendirilmişse A2, "$1.23" değerini döndürür.
UNFORMATTED_VALUE
Değerler hesaplanır ancak yanıtta biçimlendirilmez. Örneğin, A11.23 ve A2=A1 ise ve para birimi olarak biçimlendirilmişse A2, 1.23 sayısını döndürür.
FORMULA
Değerler hesaplanmaz. Yanıt, formülleri içerir. Örneğin, A11.23, A2 ise =A1 ise ve para birimi olarak biçimlendirilmişse A2 "=A1" değerini döndürür.
E-Tablolar, tarih ve saat değerlerini ondalık değerler olarak değerlendirir. Bu sayede, formüllerde bunlarla aritmetik işlemler yapabilirsiniz. Tarih ve saat değerlerini yorumlama hakkında daha fazla bilgi için Tarih ve saat değerleri hakkında başlıklı makaleyi inceleyin.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-03-22 UTC."],[],[],null,["# ValueRenderOption\n\nDetermines how values should be rendered in the output.\n\n| Enums ||\n|---------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `FORMATTED_VALUE` | Values will be calculated \\& formatted in the response according to the cell's formatting. Formatting is based on the spreadsheet's locale, not the requesting user's locale. For example, if `A1` is `1.23` and `A2` is `=A1` and formatted as currency, then `A2` would return `\"$1.23\"`. |\n| `UNFORMATTED_VALUE` | Values will be calculated, but not formatted in the reply. For example, if `A1` is `1.23` and `A2` is `=A1` and formatted as currency, then `A2` would return the number `1.23`. |\n| `FORMULA` | Values will not be calculated. The reply will include the formulas. For example, if `A1` is `1.23` and `A2` is `=A1` and formatted as currency, then A2 would return `\"=A1\"`. Sheets treats date and time values as decimal values. This lets you perform arithmetic on them in formulas. For more information on interpreting date and time values, see [About date \\& time values](https://developers.google.com/workspace/sheets/api/guides/formats#about_date_time_values). |"]]