Skip to main content

gsheets.appendvaluesprops

Home > @runlightyear/gsheets > AppendValuesProps

AppendValuesProps interface

Signature:
interface AppendValuesProps 

Required Properties

PropertyModifiersTypeDescription
rangestringThe A1 notation of a range to search for a logical table of data. Values are appended after the last row of the table.
spreadsheetIdstringThe ID of the spreadsheet to update.
valueInputOptionValueInputOptionHow the input data should be interpreted.
valueRangeValueRangeThe values to append.

Optional Properties

PropertyModifiersTypeDescription
includeValuesInResponse?booleanDetermines if the update response should include the values of the cells that were appended. By default, responses do not include the updated values.
insertDataOption?InsertDataOptionHow the input data should be inserted.
responseDateTimeRenderOption?DateTimeRenderOptionDetermines how dates, times, and durations in the response should be rendered. This is ignored if responseValueRenderOption is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
responseValueRenderOption?ValueRenderOptionDetermines how values in the response should be rendered. The default render option is FORMATTED_VALUE.