master
gaojie 2019-01-30 14:43:42 +08:00
parent d8d3d0e870
commit 6edbaa9bf9
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ import java.util.*;
public class ExcelUtils {
private static boolean isWrite = true;
private static String excelPath ="smb://60.1.1.12/Public/jieling/conf/data_exed/"; //excel 文件
private static String excelPath ="smb://60.1.1.12/Public/jieling/conf/data_execl/"; //excel 文件
private static String path = "//60.1.1.12/Public/jieling/conf/server/";
// private static String path = "D:/tmp/";
private static Set<String> oldFileNames = new HashSet<>();
@ -37,7 +37,7 @@ public class ExcelUtils {
}
String filePath =file1.getUncPath();
Workbook wb = readExcel(filePath);
if(file1.getName().contains("1.Map_")){
if(file1.getName().contains("Map_")){
bulidMapInfo(wb);
}else{
buildDataInfo(wb);