add sheetId support

This commit is contained in:
Looly
2020-09-30 00:49:24 +08:00
parent a508533f9c
commit 60efd24469
9 changed files with 324 additions and 173 deletions

View File

@@ -31,6 +31,7 @@
* 【core 】 NumberUtil.factorial注释明确pr#1126@Github
* 【core 】 NumberUtil增加isPowerOfTwo方法pr#1132@Github
* 【core 】 优化BooleanUtil的校验逻辑pr#1137@Github
* 【poi 】 改进sax方式读取逻辑支持sheetIdissue#1141@Github
### Bug修复
* 【crypto 】 修复SM2验签后无法解密问题issue#I1W0VP@Gitee