Ideas
Identify multiple embedded instance of the same add-in in a file as one
Summary By default, when a file is opened in Excel with a JS add-in installed and then saved, the JS add-in is automatically embedded in the file. In the current design all embedded add-ins will be ...GelicaOct 29, 2025Copper Contributor19Views2likes0CommentsAdd 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 Contributor218Views72likes0CommentsControl focus and scroll in Word office JS add-in's
Suggestion: Ability to Control Scrolling Behavior in Word JavaScript API Problem: Currently, using Range.select() in the Word JavaScript API automatically scrolls the document to bring the selected...yolen1234Oct 14, 2025Copper Contributor9Views2likes0CommentsFeature 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...New61Views7likes1CommentTags 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 Contributor24Views4likes0Comments