src/main/java/com/whyc/util/AnalysisUtil.java
@@ -13,6 +13,7 @@ public static String excelOutPutPath="E:\\GitWorkSpace\\fg_v2.0\\target\\outPath"; public static String excelSourcePath="E:\\GitWorkSpace\\fg_v2.0\\target\\测试数据.xlsx"; public static void analysisXlx(String excelSourcePath, String voltagePredictExePath, String excelOutPutPath){ Process mProcess; BufferedReader successResult = null; @@ -70,7 +71,9 @@ } } public static void main(String[] args) { analysisXlx(excelSourcePath,voltagePredictExePath,excelOutPutPath); } }