Office Add-ins developer platform community call – November 8, 2023

Office Add-ins developer platform community call – November 8, 2023

Office Add-ins developer platform community call - November 8, 2023

This month’s agenda and presenters

The call was hosted by Sam Ramon, Technical Writer, Microsoft.

  • Microsoft Teams apps for Word, Excel, and PowerPoint. Luyi Han, Senior Product Manager, Microsoft.

  • Improvements to the undo behavior in Excel custom functions. Dongqi Lv, Senior Software Engineer, Microsoft | Miaofei Wang, Senior Software Engineer, Microsoft.

  • Q&A. Sam Ramon, Technical Writer, Microsoft.

View video segments

  • Introduction 00:00
  • Microsoft Teams apps for Word, Excel, and PowerPoint 2:01
  • Improvements to the undo behavior in Excel custom functions 7:55
  • Q&A 12:13
  • Resources 16:04
  • Closing 18:13

Call to action

Q&A (Question & Answers)

We currently have a functioning VSTO add-in installed on users’ machines. We’ve also created a new web add-in. How can we transition seamlessly from the VSTO add-in to the web add-in? Is there a method to detect if the web add-in is installed locally on a user’s machine from the VSTO add-in? Is there a means to initiate or open the web add-in from within the VSTO add-in?

To learn about how to transition from a VSTO add-in to an Office web add-in, see Make your Office Add-in compatible with an existing COM add-in.

Is it a good idea to host an add-in within an existing public web application (Next.js)? For example, adding a dedicated route https://…/excel to host the add-in pages.

You should be able to host an add-in within an existing public web application. One of the purposes of add-ins is to surface existing web apps in an Office task pane. If you need additional help to develop your add-in, we encourage you to post a question to the Microsoft Q&A or Stack Overflow forums.

We are distributing an admin-managed Office Add-in to users within our organization via the Integrated Apps feature in the Office 365 admin center. What’s the best way to monitor the number of users who have successfully installed it?

Unfortunately, there currently isn’t a way to monitor how many users have successfully installed an add-in that was distributed through the Integrated Apps feature in the Microsoft 365 admin center. If this is a feature you’d like to see in the product, please submit a feature request to https://aka.ms/ms365dev-suggestions.

Was that change in GitHub issue https://github.com/OfficeDev/office-js/issues/3745#issuecomment-1761194542 announced within the community call? Since July, there has been a slowdown in the release of videos on YouTube (https://www.youtube.com/playlist?list=PLR9nK3mnD-OVExAWBr2QtS_5UmqUr7HL4) and also no updates to the blog. At this time, the September video from last month has not been published and there has been no updates to the blog about September call.

The removal of the URL sideloading option in Outlook wasn’t announced in a previous community call. We’ve reached out to the team who manages this feature to discuss this in a future call.

We apologize for the inconvenience with the delay in posting community call recordings and blog posts. The most recent recordings are now available in the Microsoft 365 Platform Community YouTube channel. We’re working to get the blog posts published as soon as possible.

Is Win64 in scope for improvements to the undo behavior in Excel custom functions?

Yes, Win64 is in scope.

When it comes to Outlook add-ins, is “Centralized Deployment” still supported, or should we move to “Integrated Apps”? We’re seeing massive issues with our Outlook add-in after the new OWA layout with “Apps” instead of “Get Add-ins”.

Centralized Deployment is still supported in Outlook, but must meet some Microsoft 365 requirements (see the “Microsoft 365 Requirements” section of Determine if Centralized Deployment of add-ins works for your organization). However, we recommend the use of Integrated Apps to deploy add-ins as it provides more features to help you manage your add-ins. To learn more, see Deploy and manage Office Add-ins.

If you haven’t already, please open a GitHub issue, so that the team can help investigate the issues you’re experiencing.

Can it be answered as to whether the dev of COM add-ins is going to be deprecated in the near future? (I sure hope not!)

We have no plans to deprecate COM add-ins in the near future. However, we encourage developers to invest in JavaScript-based Office web add-ins to take advantage of cross-platform support, centralized deployment and distribution, and other advanced features.

General Resources

Stay connected