|
|
|
@ -99,7 +99,7 @@ public class C2 {
|
|
|
|
|
//年份,总量分类,区域分类,总量数值,区域数值,行政区划,上级行政区划
|
|
|
|
|
double xvalue = Double.parseDouble(source2.getFirst().get(4));
|
|
|
|
|
String value = String.format("%.2f", xvalue);
|
|
|
|
|
ExcelKit.putData(outRow, new ArrayList<>(Arrays.asList(r.getFirst().split("\\.")[0], "2022年基数", "", value,
|
|
|
|
|
ExcelKit.putData(outRow, new ArrayList<>(Arrays.asList(r.getFirst().split("\\.")[0], "2022年基数(万人)", "", value,
|
|
|
|
|
"", cityName, "云南省")), dataStyle);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|