使用批处理文件打开xltm文件,显示比较结果,但如何保存在公共路径中?

时间:2015-06-18 04:50:50

标签: java excel batch-file

根据我的要求,我要使用批处理文件打开xltm文件。 Xltm文件将显示2个excel文件之间的比较结果。根据我的代码,我打开了xltm文件但是我无法将xltm文件保存在一个公共路径中。有人请帮我解决这个问题吗?

public class Execute_Batch_and_Save_Excel {

    public static void main(String[] args) {

        try {
            Runtime.getRuntime().exec("cmd /c start filepath/Batchname.bat");
        } catch (IOException e) {

            e.printStackTrace();
        }

        System.out.print("Comparison result XLTM file is opened");
    }
}

1 个答案:

答案 0 :(得分:0)

ChDir“目录路径” Application.DisplayAlerts = False ActiveWorkbook.SaveAs Filename:=“ \ FilePath \ Filename.xlsx”,FileFormat:= xlOpenXMLWorkbook,CreateBackup:= False