package
1.1.1
Repository: https://github.com/adamkirchberger/pingsheet.git
Documentation: pkg.go.dev

# 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.

# Type aliases

SheetRow is for unpacking single rows from Gsheets based on a slice of maps.
SheetRows is for unpacking multiple rows from Gsheets based on a slice of maps.