append_sheet_data
Append new rows to a Google Sheet while preserving existing data. Choose to insert rows or overwrite cells.
Instructions
➕ 既存データ保持・新規行安全追加
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | Yes | 追加基点(例: A1) | |
| values | Yes | 追加データ(例: [["新規", "データ"]]) | |
| spreadsheet_id | Yes | スプレッドシートID | |
| insert_data_option | No | 挿入方式 | INSERT_ROWS |
| value_input_option | No | 入力方式 | USER_ENTERED |