GoogleSheets
v2.0.0
Pages
Modules
GoogleSheets.WorkSheet
Structure describing a worksheet.
:name - Name of the worksheet.
:csv - CSV data split into lines.
Summary
Types
t()
Types
t
:: %GoogleSheets.WorkSheet{name:
String.t
, csv: [
String.t
]}