
How to repair invalid SpeechRecognition API after edge Version 111.0.1661.54
Recently, after I updated my Edge browser, I discovered some speech-to-text extensions were unable to recognize my voice. Through my research, I found that the reason could be due to an API called SpeechRecognition. In Chrome, the speech-to-text API used…
Microsoft Edge

JavaScript API
How to insert content at the end of a specific section in Word Add-in using Office.js?
Question: I'm developing a Word Add-in using Office.js and inserting reference links under a "References" heading. Issue: Each new reference is being inserted at the top of the "References" section, causing the order to be…
JavaScript API
Word.Document.styles is undefined at runtime in Word for Mac 16.87 (WordApi 1.4 manifest)
Body: We are developing a Word Office Add-in and encountering a persistent issue where context.document.styles evaluates to undefined at runtime. This occurs specifically in Microsoft Word for Mac version 16.87, even when our add-in's manifest specifies…
JavaScript API
Using Office-URI-Schemas to create a link for opening Word with an add-in open in the Browser (Office365)
I am currently developing an add-in that heavily relies on the possibility to provied a link for a customer, that automatically starts a word instance with that add-in open. I have already found the documentation for Office-URI-Schemas, and can…
JavaScript API
JavaScript not working with ssrs report in edge
I working with an ssrs document and have images with a go to url that I inserted a JavaScript javascrpt:void(window.open http:\ the command completed works on a url command line within edge but if I click on the item nothing happens with the ssrs…
SQL Server Reporting Services
JavaScript API
Emails sent via Office.js add-in not rendering correctly in inbox
Hi everyone, I’ve developed a custom Outlook add-in using OfficeJS and I’m encountering an issue related to rendering HTML content inserted into the message body via the setSignatureAsync method. The problem specifically occurs **when a message is…
JavaScript API
Outlook Add-in: Conditional behavior in manifest based on requirement set
Hiya, I develop an Office Add-in for Outlook that works with the message send functionality. Outlook Add-ins have two features for message send functionality, the ItemSend ExtensionPoint and the OnMessageSend LaunchEvent extension point. I'm wondering if…
JavaScript API
How to remove debug pop up on add in load
Hello all, Currently developing a JavaScript add-in for Microsoft word and are looking to start running live tests with users. To facilitate this I wish to remove the following pop-up that appears when the add in button is pressed. (Clicking…
Microsoft 365
Word
JavaScript API
Is there a way to detect that a user has closed the smart alert dialog box?
Let's say my event-based addin caused this dialog to appears after user clicks send because they haven't fulfilled certain conditions. Ref:…
JavaScript API
office.js:76 Uncaught Error: Office.js has not fully loaded. Your app must call "Office.onReady()" as part of it's loading sequence (or set the "Office.initialize" function). If your app has this functionality, try reloading this page.
I'm developing a Word Add-in using the Yeoman generator and have integrated custom APIs for the authentication flow. Although I've implemented Office.onReady() in both my main platform and within the Add-in code, I’m consistently encountering the…
JavaScript API
Insert Word document into Outlook email using office.js
Is it possible to insert a Word document into an Outlook email using office.js? I know how to do it using VBA/VSTO but am struggling in office.js I can see that HTML can be inserted, but I'm unsure how to convert a Word document to HTML for insertion…
JavaScript API


Using Microsoft 365 Defender with GCC-HIGH endpoint
Hello, We are attempting to connect to Microsoft 365 Defender using API requests. We've tried both the device code flow and the client credentials flow. Since our tenant is GCC-HIGH, we have ensured that our requests use the correct resource and scope…
JavaScript API
How to detect hyperlinks using Word office js API
I develop an office add-in for Word (React frontend, typescript). I need to retrieve all hyperlinks in a Word document using the API (https://learn.microsoft.com/en-us/javascript/api/word?view=word-js-preview). But I cannot figure out how to do that…
JavaScript API
Background Color of a Slide
How can I get the background color of a slide or the presentation theme? I cannot find such an option in the documentation. For example, most presentations (including the standard one) have a white bg. But some have a different color, I want to get…
JavaScript API

Unable to download Office for the first time
I have recently purchased a product key for Office 2024 Standard Edition. I start by entering my product key at setup.office.com. My product key gets me to a 2nd page with terms and conditions. I click the redeem. I am taken to a 3rd page where I can…
JavaScript API

Shapes , Text boxes in header and footer
Hi there, I've developed an office add-in to get word docs out of my backend app as base64 and on my frontend app i insert this either into newly created document or the context document. Now i'm facing a problem of getting my elements the right styles…
JavaScript API

Office.js Not Fully Loaded Despite Calling Office.onReady()
When developing a Word add-in, the following error message is encountered: "Office.js has not fully loaded. Your app must call 'Office.onReady()' as part of its loading sequence (or set the 'Office.initialize' function). If your app has this…
JavaScript API
Cross-domain messaging not working as expected in Office dialog API
We are using OfficeDialogAPI to open dialog boxes in our Office Add-in. While closing the Dialog Box, we need to send some data to the parent host and we are using Office.context.ui.messageParent & Office.EventType.DialogMessageReceived to handle…
JavaScript API
How to Retrieve Local and Web Paths of an Excel Workbook from OneDrive using JavaScript API
A OneDrive folder has been synchronized on a local machine, allowing workbooks to be opened directly from this folder. The local and web paths can be obtained using the Info => Copy path and Info => Copy local path options, as highlighted in the…
Excel
OneDrive
JavaScript API
Office Development
User prompts within Office scripts
Is functionality within Office Scripts to create user prompts coming?