ValueRenderOption
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
আউটপুটে মানগুলি কীভাবে রেন্ডার করা উচিত তা নির্ধারণ করে।
Enums |
---|
FORMATTED_VALUE | কক্ষের বিন্যাস অনুসারে মানগুলি গণনা করা হবে এবং প্রতিক্রিয়াতে ফর্ম্যাট করা হবে৷ বিন্যাস স্প্রেডশীটের লোকেলের উপর ভিত্তি করে, অনুরোধকারী ব্যবহারকারীর লোকেলের উপর নয়। উদাহরণস্বরূপ, যদি A1 হয় 1.23 এবং A2 হয় =A1 এবং মুদ্রা হিসাবে ফর্ম্যাট করা হয়, তাহলে A2 "$1.23" ফেরত দেবে। |
UNFORMATTED_VALUE | মান গণনা করা হবে, কিন্তু উত্তরে ফর্ম্যাট করা হবে না। উদাহরণস্বরূপ, যদি A1 হয় 1.23 এবং A2 হয় =A1 এবং মুদ্রা হিসাবে বিন্যাসিত হয়, তাহলে A2 সংখ্যাটি 1.23 প্রদান করবে। |
FORMULA | মান গণনা করা হবে না. উত্তর সূত্র অন্তর্ভুক্ত করা হবে. উদাহরণস্বরূপ, যদি A1 হয় 1.23 এবং A2 হয় =A1 এবং মুদ্রা হিসাবে ফর্ম্যাট করা হয়, তাহলে A2 "=A1" ফেরত দেবে। পত্রক তারিখ এবং সময়ের মানগুলিকে দশমিক মান হিসাবে বিবেচনা করে৷ এটি আপনাকে সূত্রে তাদের উপর পাটিগণিত করতে দেয়। তারিখ এবং সময়ের মান ব্যাখ্যা করার বিষয়ে আরও তথ্যের জন্য, তারিখ এবং সময়ের মান সম্পর্কে দেখুন। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-03-21 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-03-21 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). |"]]