From f9b73be0d087860b168a960e1c2bb5bb6fd7da37 Mon Sep 17 00:00:00 2001 From: jueyue Date: Fri, 9 Jan 2015 21:31:47 +0800 Subject: [PATCH] =?UTF-8?q?EasyPoi-=E6=96=B0=E7=89=88=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E5=AF=BC=E5=87=BA=E6=A0=B7=E5=BC=8F=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ .../poi/excel/export/styler/IExcelExportStyler.java | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3679a10..3f9d1a5 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ EasyPoi 文档 [EasyPoi 在spring mvc中简易开发方式](http://note.youdao.com/share/?id=8b04c4d88a0574a59aeaffd142c8e34b&type=note) +[EasyPoi-新版自定义导出样式类型](http://note.youdao.com/share/?id=7937a9fe15f1016b8f39bf813be894f8&type=note) + --------------------------- EasyPoi导出实例 diff --git a/easypoi-base/src/main/java/org/jeecgframework/poi/excel/export/styler/IExcelExportStyler.java b/easypoi-base/src/main/java/org/jeecgframework/poi/excel/export/styler/IExcelExportStyler.java index fb9f645..b0c1a6a 100644 --- a/easypoi-base/src/main/java/org/jeecgframework/poi/excel/export/styler/IExcelExportStyler.java +++ b/easypoi-base/src/main/java/org/jeecgframework/poi/excel/export/styler/IExcelExportStyler.java @@ -34,7 +34,7 @@ public interface IExcelExportStyler { public CellStyle getStyles(boolean needOne, boolean isWrap); /** - * 创建样式 + * 创建单行样式 * @param workbook * @param isWarp * @return