Google Sheets API V4 Add Row .NET
问题 The Google documentation page says The Sheets API v4 does provide an AppendCells request that can be used with the spreadsheets.batchUpdate method to append a row of data to a sheet (and simultaneously update the cell properties and formatting, if desired). And this does work for adding new rows, even though creating the RowData payload is tedious. However, this does not allow for setting the ValueInputOption. Google also says However, it is usually easier to simply determine the A1 notation