main
黄海 8 months ago
parent 3549f450a3
commit ee0116e219

@ -60,6 +60,7 @@ public class A7 {
List<File> files = FileUtil.loopFiles(parentPath, file -> true); List<File> files = FileUtil.loopFiles(parentPath, file -> true);
int rowIndex = 0; int rowIndex = 0;
int idx = 0;
//处理这个目录 //处理这个目录
if (files != null) { if (files != null) {
for (File file : files) { for (File file : files) {
@ -89,7 +90,8 @@ public class A7 {
} }
//县区名称 //县区名称
System.out.println("正在进行" + cityName + "-" + areaName + "的数据填充~"); idx++;
System.out.println("第" + idx + "个,正在进行" + cityName + "-" + areaName + "的数据填充~");
String sourceExcel = file.getAbsolutePath(); String sourceExcel = file.getAbsolutePath();
List<List<String>> dataList = DsKit.readSecondTable(sourceExcel, 0, tableKeyword, List<List<String>> dataList = DsKit.readSecondTable(sourceExcel, 0, tableKeyword,

Loading…
Cancel
Save