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