main
黄海 8 months ago
parent a3925864aa
commit 6fe7da2519

@ -87,7 +87,7 @@ public class C1 {
Row outRow = outSheet.createRow(++rowIndex); Row outRow = outSheet.createRow(++rowIndex);
// 导出数据 // 导出数据
//年份,总量分类,区域分类,总量数值,区域数值,行政区划,上级行政区划 //年份,总量分类,区域分类,总量数值,区域数值,行政区划,上级行政区划
ExcelKit.putData(outRow, new ArrayList<>(Arrays.asList(r.getFirst(), "2022年基数", "", source2.getFirst().get(4), ExcelKit.putData(outRow, new ArrayList<>(Arrays.asList(r.getFirst(), "2022年基数(万人)", "", source2.getFirst().get(4),
"", cityName, "云南省")), dataStyle); "", cityName, "云南省")), dataStyle);
} }

Loading…
Cancel
Save