【发布时间】:2020-08-24 07:26:37
【问题描述】:
我正在开发使用 Yeoman Generator for Office (office.js) 将数据从 Excel 复制到 PowerPoint 的加载项,但我无法将打开的 PowerPoint 演示文稿写入其中。
【问题讨论】:
标签: javascript office-js office-addins yeoman-generator
我正在开发使用 Yeoman Generator for Office (office.js) 将数据从 Excel 复制到 PowerPoint 的加载项,但我无法将打开的 PowerPoint 演示文稿写入其中。
【问题讨论】:
标签: javascript office-js office-addins yeoman-generator
Office 加载项只能与打开它的 Office 应用程序(Excel、Word、PowerPoint 等)一起使用。它无法在 Office 应用程序之外处理另一个 Office 应用程序中的文档。
【讨论】: