# file-tool **Repository Path**: wllmilu/file-tool ## Basic Information - **Project Name**: file-tool - **Description**: 各类文件处理工具 导入导出 excel pdf world 等 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-01-30 - **Last Updated**: 2024-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # file-tool #### 介绍 各类文件处理工具 导入导出 excel pdf world 等 #### 软件架构 ##### excel文件: 1.alibaba easyexcel使用; 2.stupdit1t poi-excel git@github.com:stupdit1t/poi-excel.git ##### world文件: 1.poi-tl 导出world首选推荐 ; 2.xdocreport #### pdf文件: aspose使用 软件架构说明 下载代码 打包成file-tool.jar 在代码中引入使用即可 #### 安装教程 1. 下载代码 打包成 file-tool.jar 在代码中引入使用即可 2. ```pom org.org.file.tool file-tool-springboot-starter 1.0-SNAPSHOT system ${project.basedir}/src/main/resources/lib/file-tool-springboot-starter-1.0-SNAPSHOT.jar 安装到本地仓库的maven命令 mvn install:install-file -Dfile=E:\my_work\file-tool\target\file-tool-springboot-starter-1.0-SNAPSHOT.jar -DgroupId=org.file.tool -DartifactId=file-tool-springboot-starter -Dversion=1.0-SNAPSHOT -Dpackaging=jar 命令解释: mvn install:install-file 安装到本地仓库的maven命令 -Dfile=jar包的位置 -DgroupId=上面的groupId,自定义 -DartifactId=上面的artifactId,自定义 -Dversion=上面的version,自定义 -Dpackaging=jar ``` 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)