# springboot-export **Repository Path**: fastsun666/springboot-export ## Basic Information - **Project Name**: springboot-export - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2025-04-14 - **Last Updated**: 2026-01-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-export #### 介绍 **导出功能介绍** 在使用Springboot2开发项目过程中,经常出现的按照指定格式导出word,导出excel,导出pdf的需求,特整理该示例代码,方便使用。 #### 软件架构 1. Word按照模板生成并导出 2. Excel按照模板生成并导出 3. pdf导出采用上面生成好的文件再转成pdf实现。 4. springboot2 java8的开发运行环境。 #### 使用说明 1. 可以参考ExportController类 2. 可以提供接口导出,也可以执行生成命令,生成到指定路径。 3. 项目克隆本地,启动后,访问 http://localhost:8080/word 查看导出的word #### 用到的技术 poi-tl jxls aspose-cells aspose-words #### 说明