src/excel | ||
test/excel | ||
.gitignore | ||
LICENSE | ||
pom.xml | ||
README.md |
ExcelUtil
功能
- poi的导入导出 支持多sheet导出,详见代码 ExcelKit
- 非poi导出,导出数据量理论无上限;导出数据类型不限制List(JDK8+), 如果是jdk7及以下版本,未做支持(需要修改部分代码) 3、支持excel压缩导出节约网络资源
src/excel | ||
test/excel | ||
.gitignore | ||
LICENSE | ||
pom.xml | ||
README.md |