|
|
@ -1148,6 +1148,7 @@ public class ExcelUtil<T> |
|
|
|
String dictType = attr.dictType(); |
|
|
|
if (StringUtils.isNotEmpty(dateFormat) && StringUtils.isNotNull(value)) |
|
|
|
{ |
|
|
|
cell.getCellStyle().setDataFormat(this.wb.getCreationHelper().createDataFormat().getFormat(dateFormat)); |
|
|
|
cell.setCellValue(parseDateToStr(dateFormat, value)); |
|
|
|
} |
|
|
|
else if (StringUtils.isNotEmpty(readConverterExp) && StringUtils.isNotNull(value)) |
|
|
|