upsert_excel_table_rows
Update existing rows in an Excel table by key and append new rows for missing keys.
Instructions
Update matching rows in a native Excel table and append missing keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | ||
| dry_run | No | ||
| filepath | Yes | ||
| key_column | Yes | ||
| sheet_name | No | ||
| table_name | Yes | ||
| include_changes | No | ||
| allow_structure_change | No | ||
| expected_structure_token | No |