main
黄海 7 months ago
parent 2ab5c66834
commit cbf6a5e154

@ -67,7 +67,7 @@ public class ExportExcel {
cell.setCellStyle(headerStyle); cell.setCellStyle(headerStyle);
sheet.setColumnWidth(i, 3500); // 设置列宽 sheet.setColumnWidth(i, 3500); // 设置列宽
} }
// 写入数据并处理合并单元格 // 写入数据并处理合并单元格
int rowNum = 1; int rowNum = 1;
String lastDistrict = ""; String lastDistrict = "";
String lastType = ""; String lastType = "";

Loading…
Cancel
Save