קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
קובעת את האופן שבו יש לפרש את נתוני הקלט.
Enums
INPUT_VALUE_OPTION_UNSPECIFIED
ערך קלט המוגדר כברירת מחדל. אין להשתמש בערך הזה.
RAW
המערכת לא תנתח את הערכים שהמשתמש הזין והמערכת תאחסן אותם כפי שהם.
USER_ENTERED
הערכים ינותחו כאילו המשתמש הקליד אותם בממשק המשתמש. המספרים יישארו כמספרים, אבל ייתכן שהמערכת תמיר את המחרוזות למספרים, לתאריכים וכו' בהתאם לאותם הכללים שיוחלו כשתזינו טקסט בתא דרך ממשק המשתמש של Google Sheets.
[[["התוכן קל להבנה","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"]],["עדכון אחרון: 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"]]