google_api_sheets v0.0.1 GoogleApi.Sheets.V4.Model.AppendCellsRequest View Source

Adds new cells after the last row with data in a sheet, inserting new rows into the sheet if necessary.

Attributes

  • fields (String): The fields of CellData that should be updated. At least one field must be specified. The root is the CellData; 'row.values.' should not be specified. A single `"*"` can be used as short-hand for listing every field. Defaults to: null.
  • rows (List[RowData]): The data to append. Defaults to: null.
  • sheetId (Integer): The sheet ID to append the data to. Defaults to: null.