Append Row
append the row data into the google sheets.
Append the specified row data into the google spreadsheet.
Input
Credential:
Object Variable
A variable name that references the user credential to access the resources.
SpreadSheet Id:
String Argument
The Id of the spreadsheet is to be appended.
Sheet Name:
String Argument
The name of the sheet is to be appended.
Cell Address:
String Argument
The starting address of the cell in the sheet is to be appended.
Row:
List Object Variable
The list of row values is to be appended.
Last updated