google_api_sheets v0.9.0 GoogleApi.Sheets.V4.Model.TrimWhitespaceRequest View Source

Trims the whitespace (such as spaces, tabs, or new lines) in every cell in the specified range. This request removes all whitespace from the start and end of each cell's text, and reduces any sub-sequence of remaining whitespace characters to a single space. If the resulting trimmed text starts with a '+' or '=' character, the text remains as a string value and is not interpreted as a formula.

Attributes

  • range (type: GoogleApi.Sheets.V4.Model.GridRange.t, default: nil) - The range whose cells to trim.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Sheets.V4.Model.TrimWhitespaceRequest{
  range: GoogleApi.Sheets.V4.Model.GridRange.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.