# word-template-generate **Repository Path**: idemon/word-template-generate ## Basic Information - **Project Name**: word-template-generate - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-22 - **Last Updated**: 2026-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Word模板生成工具 基于 poi-tl 的 Word 文档模板生成工具,支持灵活的数据绑定和自动类型识别。 ## 功能特性 - **自动类型识别**:根据字段类型自动处理文本、列表、表格、图片等数据类型 - **多种导出方式**:支持导出到文件、流、字节数组三种形式 - **注解驱动**:通过注解标记字段类型,简单易用 - **易于扩展**:快速添加新的模板支持 ## 快速开始 ### 1. 引入依赖 ```xml