# word-export **Repository Path**: githubGejin/word-export ## Basic Information - **Project Name**: word-export - **Description**: SpringBoot项目实现导出word的两种方式(文本、动态行表格、循环列表下的动态行表格、合并单元格) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2021-10-13 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java, SpringBoot ## README # word-export ## SpringBoot项目实现导出word的两种方式: ### 1.SpringBoot + poi-tl 根据word模板动态生成word(文本、动态行表格、循环列表下的动态行表格、合并单元格) ### 2.SpringBoot + easypoi 根据word模板动态生成word(文本、表格、图片) ![在这里插入图片描述](https://img-blog.csdnimg.cn/20210105144227504.png)