1. 程式人生 > >Electron 調用系統Office軟件

Electron 調用系統Office軟件

ron electron pan ocx lec shell. 文件 cnblogs 空白

通過打開本地空白文件的方式從而打開Office辦公軟件

const shell = require(‘electron‘).shell;
const path = require(‘path‘);
shell.openItem(path.join(__dirname, ‘new.docx‘));

Electron 調用系統Office軟件