Ideas
Add a Range API for Outlook add-ins
Word add-ins provide the Word.Range API, which allows precise manipulation of document content (selection, insertion, replacement, formatting). Outlook add-ins currently lack an equivalent API, maki...JasminLapalmeDruideJan 30, 2026Copper Contributor48Views7likes0CommentsSupport uploads larger than 250 MB in SharePoint / Microsoft Graph APIs
a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } Summary SharePoint ingestion scenarios that rely on Microsoft Graph or ...Stev001Feb 12, 2026Copper ContributorNew29Views1like0CommentsAdd ability to label the actions office-js takes on the document in the Undo list
Actions performed on a document are added to the application Undo stack. However, the description of the action that you can undo is the same for all actions. Here is a screen shot of Excel after my ...JKPieterseFeb 02, 2026Silver ContributorNew34Views3likes0CommentsAdd 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, 2025Steel Contributor246Views72likes0CommentsExpose Revision Display Mode (Inline vs. Balloons) via Office.js
Currently, Office.js does not provide an API to retrieve the revision display mode used by Microsoft Word (inline or balloons) when change tracking is enabled. It would be highly valuable to expose ...msccsaschaJan 27, 2026Copper Contributor34Views2likes0CommentsAbility to save settings in Excel workbook without clearing Undo stack
Both the Office API `Office.context.document.settings.saveAsync()` and the Excel API `context.workbook.settings.add(key, value)` clear the undo stack when called. Undo is very important for editing...schoongFeb 05, 2026Copper Contributor33Views1like0Comments
Featured Idea Statuses
- New1,495 Ideas
- Needs more info1 Idea
- Working on it3 Ideas
- Completed43 Ideas