GoogleSheets v2.0.12 GoogleSheets.WorkSheet View Source

Structure describing a worksheet.

  • :name - Name of the worksheet.
  • :csv - CSV data split into lines.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %GoogleSheets.WorkSheet{csv: [String.t()], name: String.t()}