google_sheet_save
Generate code to overwrite an entire Google Sheet with new data. Provide the spreadsheet URL and a 2D array of rows.
Instructions
產生使用 Google Sheets API 覆蓋整張試算表的程式碼範例
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | 試算表 URL | |
| rows | Yes | 二維陣列格式的新資料 |