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 Contributor216Views72likes0CommentsControl 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 Contributor23Views4likes0CommentsWord 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 Contributor30Views5likes0CommentsSuggestion for Office 365: Context-Aware Workspace Mode
Date: October 12, 2025 Dear Microsoft Team, I’d like to propose a new feature for Office 365 that could dramatically enhance productivity and user experience: a Context-Aware Workspace Mode. This ...David_G1123167Oct 11, 2025Copper ContributorNew11Views1like0Comments