google_sheet_append
Appends a row of data to a Google Sheet by providing the sheet URL and an array of values.
Instructions
產生使用 Google Sheets API 新增一列資料的程式碼範例
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | 試算表完整 URL | |
| values | Yes | 欄位值陣列,如 ["aaa","bbb","ccc"] |