问题
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:
- Create a folder called “wef” in Users/Library/Containers/com.microsoft.word/Data/Documents/
- Put the manifest in the wef folder (Users/Library/Containers/com.microsoft.word/Data/Documents/wef)
- 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