Electron 调用系统Office软件

Posted YSHY

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Electron 调用系统Office软件相关的知识,希望对你有一定的参考价值。

通过打开本地空白文件的方式从而打开Office办公软件

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

 

以上是关于Electron 调用系统Office软件的主要内容,如果未能解决你的问题,请参考以下文章

electron ffi 可以调用啥样的dll

electron系统托盘

Electron 调用系统工具记事本计算器等

WPS Office手机版调用接口代码指导帖之一(Android)

Office2016专业版更新时提示无法流式传输office错误代码30183-28(404)

vue2.0 代码功能片段