gsheets-append
Function
Append a row to a Google Sheet (uses Service Account authentication)
Syntax
$result,$error = gsheets-append "spreadsheet_id" $row-data
append row array to spreadsheet with literal ID
$result,$error = gsheets-append $spreadsheet-id $row-data
append row array to spreadsheet with variable ID