Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Determinano la modalità di interpretazione dei dati di input.
Enum
INPUT_VALUE_OPTION_UNSPECIFIED
Valore predefinito dell'input. Questo valore non deve essere utilizzato.
RAW
I valori inseriti dall'utente non verranno analizzati e verranno archiviati così come sono.
USER_ENTERED
I valori verranno analizzati come se l'utente li avesse digitati nell'interfaccia utente. I numeri rimarranno tali, ma le stringhe possono essere convertite in numeri, date e così via seguendo le stesse regole applicate quando si inserisce del testo in una cella tramite l'interfaccia utente di Fogli Google.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-03-21 UTC."],[],[],null,["# ValueInputOption\n\nDetermines how input data should be interpreted.\n\n| Enums ||\n|----------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `INPUT_VALUE_OPTION_UNSPECIFIED` | Default input value. This value must not be used. |\n| `RAW` | The values the user has entered will not be parsed and will be stored as-is. |\n| `USER_ENTERED` | The values will be parsed as if the user typed them into the UI. Numbers will stay as numbers, but strings may be converted to numbers, dates, etc. following the same rules that are applied when entering text into a cell via the Google Sheets UI. |"]]