ValueInputOption
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-09-03 (UTC)
[null,null,["Última actualización: 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"]]