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