spreadsheet_idstring · requiredadd_rows
Add rows to a sheet in a Google Spreadsheet. Args: spreadsheet_id: The ID of the spreadsheet (found in the URL) sheet: The name of the sheet count: Number of rows to add start_row: 0-based row index to start adding. If not provided, adds at the beginning. Returns: Result of the operation
Can change or delete data
Parameters
sheetstring · requiredcountinteger · requiredstart_rowinteger · default null