简体   繁体   中英

Can I insert content add-in from VSTO add-in

I have created to separate add-ins for Excel. One is a VSTO add-in (C#) an the other one is a content add-in (JavaScript/HTML) that vizualises data in a certain way. I would like to be able to insert a new instance of the content add-in directly from my VSTO add-in. For instance by a button in the custom ribbon. Is that possible?

For now, the only way I have found for inserting the content add in is through the 'My Add-ins' in the insert-tab in the ribbon.

No, it is not. There is no API for that.

Feature requests on Tech Community are considered, when the Office dev team go through the planning process. Use the github label: “Type: product feature request” at https://aka.ms/M365dev-suggestions .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM