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" दिखेगा. Sheets, तारीख और समय की वैल्यू को दशमलव वैल्यू के तौर पर इस्तेमाल करता है. इससे, फ़ॉर्मूला में उन पर अंकगणितीय कार्रवाई की जा सकती है. तारीख और समय की वैल्यू को समझने के बारे में ज़्यादा जानने के लिए, तारीख और समय की वैल्यू के बारे में जानकारी देखें. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-03-22 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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). |"]]