| | |
| | | String excelOutPutPath = "D:\\10小时率电压预估\\输出目录";*/ |
| | | public static String voltagePredictExePath="E:\\GitWorkSpace\\fg_v2.0\\target\\10小时率电压预估\\voltage_predict_process\\main.exe"; |
| | | public static String excelOutPutPath="E:\\GitWorkSpace\\fg_v2.0\\target\\outPath"; |
| | | public static String excelSourcePath="E:\\GitWorkSpace\\fg_v2.0\\target\\anaysis\\测试数据.xlsx"; |
| | | public static String excelSourcePath="E:\\GitWorkSpace\\fg_v2.0\\target\\测试数据.xlsx"; |
| | | |
| | | public static void analysisXlx(String excelSourcePath,String voltagePredictExePath,String excelOutPutPath){ |
| | | |
| | | public static void analysisXlx(String excelSourcePath, String voltagePredictExePath, String excelOutPutPath){ |
| | | Process mProcess; |
| | | BufferedReader successResult = null; |
| | | BufferedReader errorResult = null; |
| | |
| | | } |
| | | } |
| | | |
| | | |
| | | public static void main(String[] args) { |
| | | analysisXlx(excelSourcePath,voltagePredictExePath,excelOutPutPath); |
| | | } |
| | | |
| | | } |