View Source GoogleApi.Sheets.V4.Model.TextToColumnsRequest (google_api_sheets v0.34.0)
Splits a column of text into multiple columns, based on a delimiter in each cell.
Attributes
-
delimiter
(type:String.t
, default:nil
) - The delimiter to use. Used only if delimiterType is CUSTOM. -
delimiterType
(type:String.t
, default:nil
) - The delimiter type to use. -
source
(type:GoogleApi.Sheets.V4.Model.GridRange.t
, default:nil
) - The source data range. This must span exactly one column.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.TextToColumnsRequest{ delimiter: String.t() | nil, delimiterType: String.t() | nil, source: GoogleApi.Sheets.V4.Model.GridRange.t() | nil }