spreadsheet_append_rows
Add rows to the end of a Synology Spreadsheet sheet. Specify file ID or name and set confirm=true to apply changes.
Instructions
Append rows to the end of existing data in a Synology Spreadsheet sheet. Provide either file_id or name. Set confirm=true to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | No | Alphanumeric Spreadsheet ID (overrides name lookup). | |
| name | No | Spreadsheet display name (resolved via local cache). | |
| path | No | Optional Drive path to disambiguate same-name files. | |
| sheet_name | Yes | Target sheet name | |
| rows | Yes | Array of rows to append. Each row is an array of cell values. | |
| confirm | No |