google_sheets
v1.0.6
Overview
Modules
Exceptions
Protocols
GoogleSheets.WorkSheet
Structure describing a worksheet.
:name - Name of the worksheet.
:csv - CSV data split into lines.
Types
t
:: %GoogleSheets.WorkSheet{name:
String.t
, csv: [
String.t
]}