ValueInputOption
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-03 (שעון UTC).
[null,null,["עדכון אחרון: 2024-09-03 (שעון UTC)."],[[["Specifies how input data is understood by the system, crucial for correct data handling."],["Offers three options: a default to be avoided, `RAW` for storing input as-is, and `USER_ENTERED` for parsing input like user UI entries."],["`USER_ENTERED` option enables automatic conversion of strings into numbers, dates, and other formats based on Google Sheets UI rules."]]],["The provided content defines input data interpretation options. `RAW` stores user-entered values without parsing. `USER_ENTERED` parses values as if entered in the Google Sheets UI, potentially converting strings to numbers or dates. `INPUT_VALUE_OPTION_UNSPECIFIED` is a default that should not be used. These options control how input is handled, whether it's stored as-is or parsed and potentially modified.\n"]]