Commit 192b2acd by guojuxing

日志

parent 95222ed8
...@@ -215,6 +215,8 @@ public class ExcelUtils { ...@@ -215,6 +215,8 @@ public class ExcelUtils {
String value = entry.getKey(); String value = entry.getKey();
cell1.setCellValue(value); cell1.setCellValue(value);
cell1.setCellStyle(cellStyle); cell1.setCellStyle(cellStyle);
logger.info("headerMap的key" + entry.getKey() + ";值:" + entry.getValue());
//2层标题 //2层标题
if (CollectionUtils.isEmpty(sonHeader)) { if (CollectionUtils.isEmpty(sonHeader)) {
//单标题 //单标题
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment