google_api_sheets v0.18.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 subsequence 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 isn't 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 Sourcet() :: %GoogleApi.Sheets.V4.Model.TrimWhitespaceRequest{ range: GoogleApi.Sheets.V4.Model.GridRange.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.