Ideas
Ability to Listen to Save Events in Word, Excel and PowerPoint
Hi Office-JS team, There should be a way to execute custom logic when a user saves a document in Word, Excel and PowerPoint using Office Add-ins. Currently, Office.js does not appear to expose any ...rahul-chananaJul 08, 2025Copper ContributorNew40Views6likes0CommentsEnable Email creation with attachments via local Outlook client from a Cloud App
In a Cloud-based application, there should be a way to create and send an email with attachments via the locally installed Outlook client. The goal is for Outlook to open a new compose window on the ...New24Views3likes1CommentWord Addin - Get version from the manifest file
We have developed a Word Add-in using Angular and are currently using OfficeJS for performing Word-related operations. We want to programmatically access the manifest version (i.e., the version spec...Suhas_ParameshwaraJul 08, 2025Copper Contributor26Views2likes0Comments[Word] Feature Request: Support for Range Start and End properties similar to C# Word Interop
I’d like to request a feature for the Word API: **exposing `start` and `end` properties on the `Range` object**, similar to what is available in C# Word Interop. In C#, a `Range` object has `Start` ...87Views11likes1CommentOpen Word document with unreadable content with Word.Application.createDocument
If you directly use File > Open to open a document with unreadable content in Word, you'll get a dialog asking if you want to open the document. However, if you open the document with the `createDoc...vittalaJun 30, 2025Copper ContributorNew11Views1like0Comments[Word OfficeJs] Support getting and setting page size and orientation in Word via Office.js
Currently, Office.js Word API does not provide access to the page size (e.g., A4, Letter) or orientation (portrait/landscape) of the document. These are essential layout properties that developers of...MarkFangMay 23, 2025Copper Contributor26Views4likes0Comments