google_api_sheets v0.10.0 GoogleApi.Sheets.V4.Model.TextToColumnsRequest View Source
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.
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.TextToColumnsRequest{ delimiter: String.t(), delimiterType: String.t(), source: GoogleApi.Sheets.V4.Model.GridRange.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.