You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

832 B

1.0.1

完善测试用例,防止歧义,模型字段映射不上时候有抛异常,改为提醒。

1.0.2

修复拿到一行数据后,存到list中,但最后处理时候变为空的bug。

1.0.3

修复无@ExcelProperty标注的多余字段时候报错。

1.0.4

修复日期类型转换时候数字问题。基础模型支持字段类型int,long,double,boolean,date,string

1.0.5

优化类型转换的性能。

1.0.6

增加@ExcelColumnNum,修复字符串前后空白,增加过滤功能。

1.0.8

如果整行excel数据全部为空,则不解析返回。完善多sheet的解析。

1.0.9

修复excel超过16列被覆盖的问题,修复数据只有一行时候无法透传的bug。

1.2.1

修复POI在大并发情况下创建临时目录失败的bug

1.2.4

修复read()方法存在的bug