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

t()

@type t() :: %GoogleApi.Sheets.V4.Model.TextToColumnsRequest{
  delimiter: String.t() | nil,
  delimiterType: String.t() | nil,
  source: GoogleApi.Sheets.V4.Model.GridRange.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.