با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
نحوه نمایش مقادیر در خروجی را تعیین می کند.
Enums
FORMATTED_VALUE
مقادیر با توجه به قالب بندی سلول در پاسخ محاسبه و قالب بندی می شوند. قالببندی بر اساس منطقه صفحهگسترده است، نه زبان کاربر درخواستکننده. به عنوان مثال، اگر A11.23 باشد و A2=A1 باشد و به عنوان ارز قالب بندی شده باشد، A2"$1.23" را برمی گرداند.
UNFORMATTED_VALUE
مقادیر محاسبه می شود، اما در پاسخ قالب بندی نمی شوند. برای مثال، اگر A11.23 باشد و A2=A1 باشد و به عنوان واحد پول فرمت شود، A2 عدد 1.23 برمی گرداند.
FORMULA
ارزش ها محاسبه نخواهد شد. پاسخ شامل فرمول ها خواهد بود. به عنوان مثال، اگر A11.23 باشد و A2=A1 باشد و به عنوان ارز قالب بندی شده باشد، A2 "=A1" را برمی گرداند.
Sheets با مقادیر تاریخ و زمان به عنوان مقادیر اعشاری برخورد می کند. این به شما این امکان را میدهد تا در فرمولها حسابی روی آنها انجام دهید. برای اطلاعات بیشتر در مورد تفسیر مقادیر تاریخ و زمان، درباره مقادیر تاریخ و زمان رجوع کنید.
تاریخ آخرین بهروزرسانی 2025-03-21 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-03-21 بهوقت ساعت هماهنگ جهانی."],[],[],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). |"]]