diff --git a/pom.xml b/pom.xml index e85d04491dce16f260521808a38294ee4ea205d2..415b45a8a7b90188e626a8fa90751d0090490d5c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.alibaba easyexcel - 2.1.3 + 2.1.4 jar easyexcel diff --git a/update.md b/update.md index 757de15ebdcd4f6a8c92f829cb613af8143f38e6..830a7d179f5022344e583289f3eb48a1c0ae0fe1 100644 --- a/update.md +++ b/update.md @@ -1,3 +1,6 @@ +# 2.1.4 +* 新增参数`useDefaultListener` 可以排除默认对象转换 + # 2.1.3 * 每个java进程单独创建一个缓存目录 [Issue #813](https://github.com/alibaba/easyexcel/issues/813) * 统一修改合并为unsafe,提高大量数据导出的合并的效率