Writes data to a specific range in a Google Sheet, potentially overwriting existing data.
string
): The ID of the Google Sheet to write to.string
): The A1 notation of the range to write to (e.g., “Sheet1!A1:Z”, “A:Z”).list
of string
): A list of JSON strings, where each string represents an object to be written. This is typically connected to the ‘Formatter’ Runchat.boolean
): Parameter passed to the internal ‘Formatter’ to determine if headers should be included in the data written to the sheet.object
): The response from the Google Sheets API update operation, containing details like the number of updated rows, cells, columns, and the range updated.