Office Add-ins developer platform community call – October 11, 2023
Office Add-ins developer platform community call - October 11, 2023
This month’s agenda and presenters
The call was hosted by Preethika Kiruveedula, Product Manager, Microsoft.
Top 5 AppSource Validation Errors June - August 2023 Went over the top 5 validation errors in AppSource between June – August 2023 and shared how to avoid them. Elizabeth Samuel, Senior Technical Writer, Microsoft.
Q&A. See question and answers at end of call and in chat throughout call. Preethika Kiruveedula, Product Manager, Microsoft.
View video segments
Call to action
- Fill out our Office Add-in Developer Experience Survey.
- Join a community panel – product focused add-in discussion groups.
- Register for the PnP Recognition Program and earn contributor badges.
- Follow channels on Twitter to see call agendas, important updates, and release announcements.
- Register for the Microsoft 365 Developer Program and get a free E5 developer tenant with instant availability and other assets.
- Next community call on November 8th at 8:00 AM Pacific Time.
Q&A (Question & Answers)
We are currently working on a proof of concept to migrate (parts of) an existing COM add-in to Office.js. We make extensive use of a task pane that provides the user with ways to interact with the document. In Office Online, when the user clicks on a button in our task pane, the focus from the document is lost. The user needs to manually click into the document to continue working. Is there anyway to pass the focus back from the task pane to the document?
Developers could try .select() of the object they operate. For example, rance.select(Word.SelectionMode.end) could help to switch the focus back to the end of the range. For more details, please visit: Word.Range class - Office Add-ins | Microsoft Learn
Is improving Office.js performance a priority? Event handlers and interations with content controls can be quite slow, especially at scale. When can we expect improvements in these areas?
We are working on some enhancements for content control performance. However, for this specific ask, we need to understand what specific performance issue here is. eg. What kind of interactions need to be improved. https://github.com/OfficeDev/office-js
Resources related to to this blog’s content
- Feedback Repo: Issues – OfficeDev/Office-js
- Community panels – discussion and feedback:
General Resources
- Documentation
- Quick Starts:
- Script Lab
- Samples
- Microsoft 365 Developer Program
- Office Scripts
- Technical Questions about Office add-ins
- Stack Overflow Questions. Use keywords office-js, outlook-web-addins, or office-scripts.
- Github office-js issues
- Microsoft Tech Community – Submit Feature Requests
- Microsoft 365 Developer Program
Stay connected
- See the full blog post for this call in the Microsoft 365 platform community blog
- Microsoft 365 Unified Sample gallery
- Microsoft 365 Platform Community in YouTube
- Microsoft 365 Platform Community
- Link to all Microsoft Developer Community calls
- Submit questions for next community call
- Next community call – November 8th at 08:00am PT