Browse Source

EasyPoi-新版自定义导出样式类型

4.1.3.A
jueyue 10 years ago
parent
commit
f9b73be0d0
2 changed files with 3 additions and 1 deletions
  1. +2
    -0
      README.md
  2. +1
    -1
      easypoi-base/src/main/java/org/jeecgframework/poi/excel/export/styler/IExcelExportStyler.java

+ 2
- 0
README.md View File

@@ -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导出实例


+ 1
- 1
easypoi-base/src/main/java/org/jeecgframework/poi/excel/export/styler/IExcelExportStyler.java View File

@@ -34,7 +34,7 @@ public interface IExcelExportStyler {
public CellStyle getStyles(boolean needOne, boolean isWrap);
/**
* 创建样式
* 创建单行样式
* @param workbook
* @param isWarp
* @return


Loading…
Cancel
Save