Browse Source

Merge pull request #1266 from alibaba/developing

Developing
developing
Jiaju Zhuang 4 years ago committed by GitHub
parent
commit
f2e62c9804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pom.xml
  2. 2
      src/main/java/com/alibaba/excel/util/WriteHandlerUtils.java
  3. 3
      update.md

2
pom.xml

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId> <artifactId>easyexcel</artifactId>
<version>2.2.1</version> <version>2.2.2</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>easyexcel</name> <name>easyexcel</name>

2
src/main/java/com/alibaba/excel/util/WriteHandlerUtils.java

@ -234,6 +234,6 @@ public class WriteHandlerUtils {
} else { } else {
writeHandlerMap = writeContext.currentWriteHolder().writeHandlerMap(); writeHandlerMap = writeContext.currentWriteHolder().writeHandlerMap();
} }
return writeHandlerMap.get(WorkbookWriteHandler.class); return writeHandlerMap.get(clazz);
} }
} }

3
update.md

@ -1,3 +1,6 @@
# 2.2.2
* 修改`sheet`事件未调用的bug
# 2.2.1 # 2.2.1
* 发布正式版 * 发布正式版
* 修复第一行为空不会调用`invokeHeadMap`的bug [Issue #993](https://github.com/alibaba/easyexcel/issues/993) * 修复第一行为空不会调用`invokeHeadMap`的bug [Issue #993](https://github.com/alibaba/easyexcel/issues/993)

Loading…
Cancel
Save