add ColumnSheetReader

This commit is contained in:
Looly
2021-11-11 23:24:30 +08:00
parent ab1d8e84e4
commit f4ca74f376
4 changed files with 101 additions and 11 deletions

View File

@@ -11,6 +11,7 @@
* 【http 】 增加BytesBody、FormUrlEncodedBody
* 【cron 】 TaskTable.remove增加返回值issue#I4HX3B@Gitee
* 【core 】 Tree增加filter、filterNew、cloneTree、hasChild方法issue#I4HFC6@Gitee
* 【poi 】 增加ColumnSheetReader及ExcelReader.readColumn支持读取某一列
### 🐞Bug修复
* 【core 】 修复FileResource构造fileName参数无效问题issue#1942@Github