Ideas
Inserting/ grouping textboxes with Excel charts
We are modernizing our Excel VBA add-in to Office.js. One of the functions of our add-in is to format charts into company branding. Since we cannot manipulate default Microsoft chart elements, we use...HamnaIshaqMar 05, 2025Brass Contributor19Views2likes0CommentsPowerPoint Web Add-ins: more options for Ribbon API requestUpdate method
Currently, for all Add-ins other than Excel, the Office.ribbon.requestUpdate() method takes in a RibbonUpdaterData object that only allows changes to the enabled or disabled state for Add-in controls...koladeAFeb 25, 2025Copper ContributorNew26Views3likes0CommentsAdd '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 ContributorNew52Views6likes0CommentsFind 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 Contributor112Views11likes0CommentsUndo 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 Contributor57Views8likes0CommentsUndo 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 Contributor38Views8likes0CommentsAllow 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 Contributor21Views3likes0Comments