google_sheet_update
Update a specific row in a Google Sheet by providing the spreadsheet URL, row number, and column values.
Instructions
產生使用 Google Sheets API 更新指定列資料的程式碼範例
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | 試算表 URL | |
| cols | Yes | 欄位值陣列 | |
| rowIdx | Yes | 1-based 列號 |