google_api_sheets v0.0.1 GoogleApi.Sheets.V4.Model.ExtendedValue View Source

The kinds of value that a cell in a spreadsheet can have.

Attributes

  • boolValue (Boolean): Represents a boolean value. Defaults to: null.
  • errorValue (ErrorValue): Represents an error. This field is read-only. Defaults to: null.
  • formulaValue (String): Represents a formula. Defaults to: null.
  • numberValue (Float): Represents a double value. Note: Dates, Times and DateTimes are represented as doubles in "serial number" format. Defaults to: null.
  • stringValue (String): Represents a string value. Leading single quotes are not included. For example, if the user typed `'123` into the UI, this would be represented as a `stringValue` of `"123"`. Defaults to: null.