# easyexcel **Repository Path**: Chrui/easyexcel ## Basic Information - **Project Name**: easyexcel - **Description**: easyexcel —— JAVA 解析 Excel 工具 Java 解析、生成 Excel 比较有名的框架有 Apache poi、jxl - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/easyexcel - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 265 - **Created**: 2024-05-28 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 新建rule.txt - rule org.apache.poi.** org.crh.poi.@1 ## 更改包名 - java -jar jarjar_-1.0-SNAPSHOT.jar process rule.txt poi-4.1.2.jar crh-poi-4.1.2.jar - java -jar jarjar_-1.0-SNAPSHOT.jar process rule.txt poi-ooxml-4.1.2.jar crh-poi-ooxml-4.1.2.jar - java -jar jarjar_-1.0-SNAPSHOT.jar process rule.txt poi-ooxml-schemas-4.1.2.jar crh-poi-schemas-4.1.2.jar ## 将包名本地导入仓库 - mvn install:install-file -Dfile=D:\workspaces\easyexcelwort\poi\crh-poi-4.1.2.jar -DgroupId=com.chrui -DartifactId=poi -Dversion=4.1.2 -Dpackaging=jar - mvn install:install-file -Dfile=D:\workspaces\easyexcelwort\poi\crh-poi-ooxml-4.1.2.jar -DgroupId=com.chrui -DartifactId=poi-ooxml -Dversion=4.1.2 -Dpackaging=jar - mvn install:install-file -Dfile=D:\workspaces\easyexcelwort\poi\crh-poi-schemas-4.1.2.jar -DgroupId=com.chrui -DartifactId=poi-ooxml-schemas -Dversion=4.1.2 -Dpackaging=jar ## 修改import名称 全局搜索 org.apache.poi 改成org.crh.poi ## 更改项目名称,防止和官网的冲突,所有的easyexcel的模块后面都带上chrui ## 编译项目 - mvn clean install -Dmaven.test.skip=true ## 编译后的移到自己的仓库使用 - mvn install:install-file -Dfile=easyexcel-chrui-3.3.4.jar -DgroupId=com.chrui -DartifactId=easyexcel-chrui -Dversion=3.3.4 -Dpackaging=jar - mvn install:install-file -Dfile=easyexcel-chrui-3.3.4.jar -DgroupId=com.chrui -DartifactId=easyexcel-core-chrui -Dversion=3.3.4 -Dpackaging=jar - mvn install:install-file -Dfile=easyexcel-chrui-3.3.4.jar -DgroupId=com.chrui -DartifactId=easyexcel-support-chrui -Dversion=3.3.4 -Dpackaging=jar # changelib/位置下的为编译好的了。