generateJxlsTemplate
Create JXLS-compliant Excel templates using JSON or array data formats to define structure and variables for dynamic spreadsheet generation.
Instructions
根据输入参数生成符合JXLS规范的Excel模板文件
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dataFormat | Yes | 数据格式类型 | |
dataStruct | Yes | 数据结构定义 | |
outputPath | No | 导出文件路径(可选) | |
sampleData | No | 示例数据(可选) | |
templateName | Yes | 模板文件名称 |