From 3e2f640b68ae36ab95b3239da93438d5fff6bd70 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Wed, 18 Nov 2020 22:40:28 +0800 Subject: [PATCH] =?UTF-8?q?autopoi=E5=AF=BC=E5=85=A5=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=B3=BB=E5=88=97=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 导出excel实体反射,时间格式转换错误 #1573 配置groupName多生成一列 导出列表数据时, 不支持合并后的单元格.提前结束列的循环了 #1426 Excel导出错误原因,value为""字符串,gitee I249JF 一对多导出needMerge 子表数据对应数量小于2时报错 github#1840、gitee I1YH6B --- jeecg-boot/jeecg-boot-base-common/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeecg-boot/jeecg-boot-base-common/pom.xml b/jeecg-boot/jeecg-boot-base-common/pom.xml index 9c028267..2ada4ecd 100644 --- a/jeecg-boot/jeecg-boot-base-common/pom.xml +++ b/jeecg-boot/jeecg-boot-base-common/pom.xml @@ -243,7 +243,7 @@ org.jeecgframework autopoi-web - 1.2.1 + 1.2.2 commons-codec -- GitLab