google_api_sheets v0.0.1 GoogleApi.Sheets.V4.Model.TextToColumnsRequest View Source

Splits a column of text into multiple columns, based on a delimiter in each cell.

Attributes

  • delimiter (String): The delimiter to use. Used only if delimiterType is CUSTOM. Defaults to: null.
  • delimiterType (String): The delimiter type to use. Defaults to: null.

    • Enum - one of [DELIMITER_TYPE_UNSPECIFIED, COMMA, SEMICOLON, PERIOD, SPACE, CUSTOM]
  • source (GridRange): The source data range. This must span exactly one column. Defaults to: null.