From b5dbf068d218c8ddd7c9c186e3e10feb85ea20a3 Mon Sep 17 00:00:00 2001 From: jueyue Date: Sat, 28 Feb 2015 14:17:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B4=E6=98=8E=E4=B8=8B=E5=8C=85=E7=9A=84?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index bd03d2f..5e1be12 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,14 @@ EasyPoi的几个入口工具类 2.导出大小XLS是XLSX的2-3倍或者更多 3.导出需要综合网速和本地速度做考虑^~^ +--------------------------- +几个工程的说明 +--------------------------- + 1.easypoi 父包--作用大家都懂得 + 2.easypoi-annotation 基础注解包,作用与实体对象上,拆分后方便maven多工程的依赖管理 + 3.easypoi-base 导入导出的工具包,可以完成Excel导出,导入,Word的导出,Excel的导出功能 + 4.easypoi-web 耦合了spring-mvc 基于AbstractView,极大的简化spring-mvc下的导出功能 + -------------------------- 版本修改 --------------------------