create_table_from_json
Convert JSON array data into formatted tables for Word documents, allowing column selection and style customization within document workflows.
Instructions
将JSON数组数据转换为可用于文档的表格数据
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jsonData | Yes | JSON格式的数据(数组) | |
| columns | No | 要包含的列名(可选,默认全部) | |
| styleName | No | 表格样式名称 | minimal |