Commit 8ea8b76e by guojuxing

日志

parent 57f487f4
...@@ -207,7 +207,6 @@ public class ExcelUtils { ...@@ -207,7 +207,6 @@ public class ExcelUtils {
Row row1 = sheet.createRow(0); Row row1 = sheet.createRow(0);
Row row2 = sheet.createRow(1); Row row2 = sheet.createRow(1);
logger.info("headerMap的参数" + headerMap.toString());
int n = 0; int n = 0;
for (Map.Entry<String, List<String>> entry : headerMap.entrySet()) { for (Map.Entry<String, List<String>> entry : headerMap.entrySet()) {
Cell cell1 = row1.createCell(n); Cell cell1 = row1.createCell(n);
......
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