append_excel_table_rows
Append rows to an existing Excel table and expand its range safely. Ensure new data is added without breaking the table's structure or integrity.
Instructions
Append rows to a native Excel table and expand its range safely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | ||
| dry_run | No | ||
| filepath | Yes | ||
| sheet_name | No | ||
| table_name | Yes | ||
| include_changes | No | ||
| allow_structure_change | No | ||
| expected_structure_token | No |