Ideas
Add viewportChanged event to Word JavaScript API
In Word add-ins, we often need to react to changes in the user's viewport (scrolling, zooming, etc.). Currently, there's no event to detect when the visible pages change. A viewportChanged event on W...chetankotwalAug 27, 2025Iron Contributor213Views72likes0CommentsTags can't be exported / imported for slides using .exportBase64().
As can be seen in https://github.com/OfficeDev/office-js/issues/5989 https://github.com/OfficeDev/office-js/issues/6104 Tags on Powerpoint Slides/Shapes/Presentation currently are not expor...paulo2703Sep 30, 2025Copper Contributor11Views1like0CommentsFeature Request: Support for Automatic Custom Ribbon Button Disabling in Cell Edit Mode
Summary Currently, most native Excel ribbon buttons are automatically disabled (greyed out) when a user enters cell edit mode (e.g., pressing F2). However, this behavior does not apply to custom rib...New59Views7likes1CommentWord JS API - Simple events for content controls
Subscribing to events on content controls in large documents with many instances are not optimal. It is pretty bad that it is necessary to register events on every single content control. Please add ...lfastrupSep 11, 2025Copper Contributor28Views5likes0CommentsRequest to Enable Office.BeforeDocumentCloseNotification API for Word and PowerPoint
The Office.BeforeDocumentCloseNotification API is currently supported only in Excel. This feature is very useful because it allows add-ins to show a confirmation dialog before the document is closed,...New61Views6likes1CommentFeature Request: Add error/rejection support to Office.onReady() for network/dependency failures
Description Currently, when Office.js loads but one of its dependent resources (such as office_strings.js) fails to load due to network issues or blocking, the Office.onReady() promise never resolve...raghavendra1207Aug 29, 2025Copper Contributor45Views3likes0Comments