Office.js for Word 2016 Mac

▼魔方 西西 提交于 2020-01-05 04:27:08

问题


Are Office.js Api available for developing Mac word 2016 add-in ? Microsoft github documentation indicates it's available, but blogs mentions it's expected in early 2016


回答1:


It is currently available on the Word 2016 for Mac. Here's a sample that has been tested on Word 2016 for Mac. Here are the steps for installing a manifest on the Mac:

  1. Create a folder called “wef” in Users/Library/Containers/com.microsoft.word/Data/Documents/
  2. Put the manifest in the wef folder (Users/Library/Containers/com.microsoft.word/Data/Documents/wef)
  3. Open Word 2016 on the Mac and click on the Insert tab > My Add-ins drop down. You should see the add-in listed in the drop down. Select it and it will load the add-in.


来源:https://stackoverflow.com/questions/36221392/office-js-for-word-2016-mac

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!