Ideas
Add 'Clear Web Cache' menu item to Office JS add-in Task Pane installed in Windows Office apps
Currently JavaScript add-ins that are installed in Desktop Excel for Mac offer a 'Clear Web Cache' menu item within the Task Pane. This 'Clear Web Cache' menu item allows end users a quick and c...Erik_AsquithFeb 10, 2025Brass ContributorNew46Views6likes0CommentsUndo stack shouldn't get cleared after setting rowHidden/columnHidden property through the API
Our accounting-oriented add-in provides a feature that is triggered upon recalculation and hides certain report rows (e.g. financial accounts with no balances or activity) that do not interest the re...pkabirrvelixoJan 23, 2025Iron Contributor51Views8likes0CommentsUndo stack shouldn't get cleared when you invoke Office.ribbon.requestUpdate
We discovered that invoking Office.ribbon.requestUpdate to set visibility to a contextual tab unnecessarily clears the Undo stack. Please lift this limitation if possible. Our customers complained a...pkabirrvelixoJan 23, 2025Iron Contributor34Views8likes0CommentsAllow user to set extension for auto-launch
We have created an extension for Outlook Appointments and users want to "favorite" the task pane so that it automatically opens when they open the appointment creation or editing window. There is no ...dpalayFeb 06, 2025Copper Contributor14Views2likes0CommentsCustomizations to Right Click Context Menu Web add-ins - PowerPoint, Word and Excel
On Web addins, custom context menus are available only for basic text in PowerPoint, Word, and cells in Excel. Will this be extended in the future to include other objects like slide thumbnails, slid...venkatJFeb 04, 2025Brass Contributor24Views2likes0CommentsEnhanced Document Control/Protection APIs in Office.js for Word Add-ins
We are developing a Word add-in using Office.js and JavaScript APIs. Our use case requires advanced document control features, which are currently challenging to achieve within the existing Office.js...mkanorwalaFeb 10, 2025Copper Contributor11Views1like0CommentsFind all installed JS add-ins via the Office JS API
Currently the only way to determine the JavaScript add-ins installed in Excel, Word, or PowerPoint is to navigate to either of the following menu items: File > Get Add-ins > Office Add-ins Home > ...Erik_AsquithJan 24, 2025Brass Contributor51Views3likes0Comments