|
|
|
@ -23,8 +23,8 @@ public class A12 {
|
|
|
|
|
static String sampleExcelPath = "D:\\dsWork\\YunNanDsBase\\Doc\\待处理\\区\\【12】新-教育资源配置发展预测\\新-教育资源配置发展预测.xlsx";
|
|
|
|
|
|
|
|
|
|
//源文件
|
|
|
|
|
//static String parentPath = "D:\\dsWork\\YunNanDsBase\\Doc\\全省及州市县区人口与教育报告集20241023\\133个县区报告2022\\县区研究报告";
|
|
|
|
|
static String parentPath = "D:\\dsWork\\YunNanDsBase\\Doc\\待处理\\区\\【12】新-教育资源配置发展预测";
|
|
|
|
|
static String parentPath = "D:\\dsWork\\YunNanDsBase\\Doc\\全省及州市县区人口与教育报告集20241023\\133个县区报告2022\\县区研究报告";
|
|
|
|
|
//static String parentPath = "D:\\dsWork\\YunNanDsBase\\Doc\\待处理\\区\\【12】新-教育资源配置发展预测";
|
|
|
|
|
|
|
|
|
|
//哪些是处理不了的,就不处理了~
|
|
|
|
|
static String[] excludeCityList = {"~$", "磨憨-磨丁", "经开区", "阳宗海"};
|
|
|
|
@ -106,7 +106,7 @@ public class A12 {
|
|
|
|
|
if (source1 != null) {
|
|
|
|
|
for (int i = 0; i < source1.size(); i++) {
|
|
|
|
|
List<String> row36 = source1.get(i);
|
|
|
|
|
//if (source2 != null && i + 1 > source2.size()) continue;
|
|
|
|
|
if (source2 != null && i + 1 > source2.size()) continue;
|
|
|
|
|
List<String> row37 = null;
|
|
|
|
|
if (source2 != null) {
|
|
|
|
|
row37 = source2.get(i);
|
|
|
|
|