View Source GoogleApi.Sheets.V4.Model.TrimWhitespaceRequest (google_api_sheets v0.34.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.TrimWhitespaceRequest{ range: GoogleApi.Sheets.V4.Model.GridRange.t() | nil }