从JSON创建表格
create_table_from_jsonConvert 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 |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| preview | Yes | ||
| success | Yes | ||
| rowCount | Yes | ||
| styleName | Yes | ||
| columnCount | Yes |