delete_table
Remove a specific table from a Word document. Provide the file path and zero-based table index to delete the table.
Instructions
删除文档中指定索引的表格。
Args: file_path: 文档路径 table_index: 要删除的表格索引 (0-based)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| table_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |