📄 testjcom1.java
字号:
import jp.ne.so_net.ga2.no_ji.jcom.*;
public class testJCom1 {
public static void main(String[] args) throws Exception {
ReleaseManager rm = new ReleaseManager();
try {
System.out.println("EXCEL傪昞帵偣偢偵婲摦...");
IDispatch xlApp = new IDispatch(rm, "Excel.Application"); // EXCEL杮懱
System.out.println("昞帵偝傟側偄偺偼丄Visible偑false偺傑傑偩偐傜偱偡丅");
System.out.println("僞僗僋儅僱乕僕儍摍偱俤倶們倕倢偑婲摦偟偰偄傞偺偑妋擣偱偒傑偡丅");
System.out.println("\n[Enter]傪墴偟偰偔偩偝偄丅廔椆偟傑偡");
System.in.read();
xlApp.invoke("Quit", null);
xlApp.release();
System.out.println("偛惷挳丄偁傝偑偲偆偛偞偄傑偟偨丅");
}
catch(Exception e) { e.printStackTrace(); }
finally { rm.release(); }
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -