# docx4j-wisewe **Repository Path**: LevelCoder/docx4j-wisewe ## Basic Information - **Project Name**: docx4j-wisewe - **Description**: 快速导出excel word pdf zip,支持word页眉页脚、pdf水印等功能 快速导入excel、zip等功能 快速文档转换,支持pdf、word、excel、ppt转html/pdf - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://search.maven.org/search?q=docx4j-wisewe - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 35 - **Created**: 2025-04-16 - **Last Updated**: 2025-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![license](https://img.shields.io/badge/JDK-8+-green)](https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html) [![license](https://img.shields.io/badge/License-Apache--2.0-red)](./LICENSE) [![lv](https://img.shields.io/badge/dynamic/json?style=flat-square&label=%E6%9C%80%E6%96%B0%E7%89%88%E6%9C%AC&url=https://gitee.com/api/v5/repos/PasseRR/docx4j-wisewe/releases/latest&query=$.tag_name)](https://gitee.com/PasseRR/docx4j-wisewe/releases) # docx4j-wisewe ## [文档导出](./docx4j-wisewe-output/README.md) maven引入 ```xml cn.wisewe docx4j-wisewe-output 见上最新版本 ``` gradle引入 ```groovy dependencies { implementation "cn.wisewe:docx4j-wisewe-output:见上最新版本" } ``` ## [文档导入](./docx4j-wisewe-input/README.md) maven引入 ```xml cn.wisewe docx4j-wisewe-input 见上最新版本 ``` gradle引入 ```groovy dependencies { implementation "cn.wisewe:docx4j-wisewe-input:见上最新版本" } ``` ## [文档转换](./docx4j-wisewe-convert/README.md) **文档转换依赖较大**(约120M),请酌情使用。 maven引入 ```xml cn.wisewe docx4j-wisewe-convert 见上最新版本 ``` gradle引入 ```groovy dependencies { implementation "cn.wisewe:docx4j-wisewe-convert:见上最新版本" } ```