跳到主要内容

按模版导出Excel

集成

警告

注意poi版本为4.x

<dependency>
<groupId>com.manatee.manatee-lowcode</groupId>
<artifactId>lowcode-excel</artifactId>
<version>${lowcode.version}</version>
</dependency>

Excel模版动态参数设置

excel-export-accord-template_1.png

集合参数设置

{.param}

非集合参数设置

{param}
信息

响应数据为文件流的接口的 url 需要特殊处理,需要把modularity 替换为 modularityExport,如: /biz/modularityExport/project176/excelExport

信息

需要注意一点,在按照模版进行导出的时候,需要注意一下信息对应

模版sheet名称需要和excel表中工作簿名称对应

尝试一下