Method | Description | |
---|---|---|
LoadSheet ( ) : void |
Starts loading the sheet from Google
|
Method | Description | |
---|---|---|
ApplyDataFromRow ( string paramName, object paramValue ) : void |
Stores the loaded parameter configuration locally
|
|
LoadGoogleSheet ( string docId, string sheetId ) : IEnumerator |
a Coroutine which downloads the Google Sheet in CSV format and parses it on success
|
|
ParseSheetData ( string csvData ) : void |
Parses the downloaded CSV formatted Google Sheet
|