Commit c1ddcb50d3c49624f2545698c0d56c03c303b9e5

Authored by zhangdaiscott
1 parent 1f382932

autopoi导入导出组件系列问题

导出excel实体反射,时间格式转换错误 #1573
配置groupName多生成一列
导出列表数据时, 不支持合并后的单元格.提前结束列的循环了. #1426
Excel导出错误原因,value为""字符串,gitee I249JF
一对多导出needMerge 子表数据对应数量小于2时报错 github#1840、gitee I1YH6B
jeecg-boot/jeecg-boot-base-common/pom.xml
... ... @@ -243,7 +243,7 @@
243 243 <dependency>
244 244 <groupId>org.jeecgframework</groupId>
245 245 <artifactId>autopoi-web</artifactId>
246   - <version>1.2.1</version>
  246 + <version>1.2.2</version>
247 247 <exclusions>
248 248 <exclusion>
249 249 <groupId>commons-codec</groupId>
... ...