Commit 95222ed8 by guojuxing

日志

parent c78e1012
......@@ -7,6 +7,7 @@ import java.util.*;
import javax.servlet.http.HttpServletResponse;
import com.alibaba.fastjson.JSON;
import com.gic.download.qo.HeaderQO;
import org.apache.commons.beanutils.BeanMap;
import org.apache.commons.collections.CollectionUtils;
......@@ -206,6 +207,7 @@ public class ExcelUtils {
Row row1 = sheet.createRow(0);
Row row2 = sheet.createRow(1);
logger.info("headerMap的参数" + JSON.toJSONString(headerMap) + ";大小:" + headerMap.size());
int n = 0;
for (Map.Entry<String, List<String>> entry : headerMap.entrySet()) {
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