|
|
@ -83,7 +83,7 @@ public class A9 {
|
|
|
|
System.exit(0);
|
|
|
|
System.exit(0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//县区名称
|
|
|
|
//县区名称
|
|
|
|
//System.out.println("正在进行" + cityName + "-" + areaName + "的数据填充~");
|
|
|
|
System.out.println("正在进行" + cityName + "-" + areaName + "的数据填充~");
|
|
|
|
int chartNumber = 2;
|
|
|
|
int chartNumber = 2;
|
|
|
|
List<List<String>> source2 =
|
|
|
|
List<List<String>> source2 =
|
|
|
|
ExcelKit.getChartData(file.getAbsolutePath(), chartNumber - 1, 0);
|
|
|
|
ExcelKit.getChartData(file.getAbsolutePath(), chartNumber - 1, 0);
|
|
|
|