# Functions
AddLatestRow will add a row just after the header displaying the latest results.
AddRow will add a slice of strings as a new row.
DeleteLastRows will delete the oldest X rows based on count value.
GetHeadersFromSheet will return the current headers present in a sheet.
GetWorksheetID will get the gid= value from a worksheet.
GetWorksheetTotalRows will return the total rows worksheet.
MakeWorksheet will check if a worksheet exists or make one.
MapFromSheet is used to pull all records from a Gsheet and return SheetRows.
NewService is used to generate a Google Spreadsheets API service.
SetHeaders will set the supplied headers as the first row in sheet.