Creating an add-in for Microsoft Office 2016 for Mac?

帅比萌擦擦* 提交于 2021-02-08 06:27:12

问题


I can see that Office 2016 for Mac now supports add-ins. How do I go about developing one? Will it be possible to convert existing VSTO-developed COM add-ins for Windows to the Mac version?enter image description here


回答1:


No, there is no tool for converting VSTO based add-ins (i.e. COM add-ins) to Office Apps. You need to develop Office Apps (Add-ins) from scratch.

FYI MS rebranded Office Apps as Office Add-ins at the Build#15 conference. See Get started with apps for Office in MSDN for more information.




回答2:


Yes, you can use and develop Office Addins on Office 2016 for Mac.

Here's some instructions on how to Sideload Office Add-ins on iPad and Mac for testing

If you are on a Mac but don't have Office 2016, you can test and debug your add-in with Office 365 online (which should be accessible from any machine with a web browser).

These add-ins are different from the VSTO ones, in that they are built with web technologies (HTML, CSS, & Javascript). This has a number of benefits (cross-platform by default, large developer community, etc). I'm not aware of any way to convert the older formats to the new one.

For more details, here's the developer documentation for the new Add-ins API.




回答3:


If you can create add-ons but it is very different from how it is done with VSTO here you have to load the add-in from a server and the task panel displays an html page with the required functionality although for example for excel it does not have the office API .js persistence you can not as with VSTO save the active Workbook locally and other restrictions



来源:https://stackoverflow.com/questions/31393882/creating-an-add-in-for-microsoft-office-2016-for-mac

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