Appends values to a spreadsheet. The input range is used to search for existing data and find a "table" within that range. Values will be appended to the next row of the table, starting with the first column of the table. See the guide and sample code for specific details of how tables are detected and data is appended. The caller must specify the spreadsheet ID, range, and a valueInputOption. The valueInputOption only controls how the input data will be added to the sheet (column-wise or row-wise), it does not influence what cell the data starts being written to.
Path parameters
The ID of the spreadsheet to update.
The A1 notation of a range to search for a logical table of data. Values are appended after the last row of the table.
Query parameters
Determines if the update response should include the values of the cells that were appended. By default, responses do not include the updated values.
How the input data should be inserted.
Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
Determines how values in the response should be rendered. The default render option is FORMATTED_VALUE.
How the input data should be interpreted.
Request body
Response
Successful response