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 Contributor215Views72likes0CommentsSuggestion 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 ContributorNew6Views1like0CommentsTags 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 Contributor22Views4likes0CommentsFeature 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...New61Views7likes1CommentEnable editing of TextRuns in existing PowerPoint table cells via Office.js
When building Office add‑ins for PowerPoint, it is common to style only part of a table cell (e.g., to colour a single word). The TableCellProperties interface allows specifying multiple text runs wh...ZakharOct 07, 2025Copper Contributor18Views1like0CommentsWord 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 Contributor29Views5likes0Comments