# java_export_word_by_template **Repository Path**: zhuluquan/java_export_word_by_template ## Basic Information - **Project Name**: java_export_word_by_template - **Description**: 主要功能:java poi实现病历数据的word导出。 原始仓库:https://github.com/JynnFun/word 做了个运行的优化以及读取模板的方式优化。 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2022-07-07 - **Last Updated**: 2022-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # java_export_word_by_template #### 介绍 主要功能:java poi实现病历数据的word导出。 原始仓库:https://github.com/JynnFun/word 做了个运行的优化以及读取模板的方式优化。 #### 软件架构 基于 SpringBoot 单体应用示例 #### 使用说明 1. 启动 WordApplication 2. 看到控制台有输出 External: http://192.168.xxx.xxx:9400/word/export 3. 浏览器打开该地址即可导出 word 文档 #### 原始仓库 1. https://github.com/JynnFun/word