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 Contributor211Views72likes0CommentsRequest 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,...New59Views6likes1CommentFeature 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 Contributor27Views2likes0CommentsSupport for Right-Click Event Hook in Word to Dynamically Update Custom Context Menu Items
The Office JavaScript API currently provides support for adding custom items to Word’s context menu and controlling their enabled/disabled state. However, there is no event hook available to detect w...88Views6likes1CommentRetrieve the existing contents of a cell that invokes a function
Define the problem My Excel add-in has custom functions which call external APIs. These API calls are invoking complex models running in the cloud which can sometimes take minutes to complete and t...James1981Aug 29, 2025Copper Contributor37Views1like0Comments