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…
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…
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…

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…

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…

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…
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…
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…
User prompts within Office scripts
Is functionality within Office Scripts to create user prompts coming?
Cricut design space Feb 2023 update issue
I update my design space on 2/10/23 and since then I am no longer able to use design space. I get a blank white screen that acts as though it is constantly trying to reload. I then get a JavaScript error after closing the blank design space. Once I click…
Retrieving text from a table in PowerPoint
How can I retrieve text from a table in with the JS API in PowerPoint? The usual ways fails, as it is not a real text field. Thank you for your answer!
How can I invoke copilot.microsoft.com programmatically via an API so that i can send a prompt in via code or a link?
I would like to submit prompts to copilot.microsoft.com programmatically via API or link such that the user is not forced into the copilot interface to enter a prompt. The problem is to be able to have the user make a preselection from a menu and have…
How to implement paste with destination formatting using Office JS API
Hi, I am trying to implement a cross application AddIns functionality where user can select some Excel data and paste in Word. I want to preserve all the source formatting as how the Word allows to do using Paste with keep source formatting option. …
Office Scripts : Chart Data Labels "Values From Cells
I am trying to create an Automate Script in Excel that will generate and format chart. I am getting close, but I can't figure out how to set Data Label values. I want the same functionality as the Format Data Label/Label Options/Vale From Cells as…
Availability of OnMessageReadWithCustomHeader for Web and New Outlook on Windows
Hello, I would like to know when the OnMessageReadWithCustomHeader events will be available for Outlook on the web and the new Outlook for Windows. This feature is essential for our workflow, and we would appreciate any insights on its expected rollout…
await context.sync not functioning properly for word JS API
I am using the following code- await Word.run(async (context) => { const selectedRange = context.document.getSelection(); selectedRange.load(); await context.sync(); // Insert Content Control const cc =…

JScript issues with Win11 24H2: per-application "JScriptReplacement"?
After Windows11 24H2, there are many compatibility issues with JScript engine as reported in other threads. There is a known workaround in the registry (per system or per user) using the JScriptReplacement=0. But, is there a per-application workaround…
Duplicated outlook custom addin and cannot be used
I am seeing duplicated custom addins on my device (web outlook, new outlook windows) and none of it works. It works for my collegue's account on his laptop but not for mine. What might be the issue? Manage your addin page: I cannot delete the two addins…
How to setup test environment to test Outlook js addin on IOS platform?
We have a cloud solution Outlook js Addin which is supported on multiple platforms. We need to do automation testing on Outlook js Addin on IOS platform. We are looking for Automation Testing environment setup to test the addin. For IOS, Is it possible…
How to load jquery autocomplete dropdown box from an external WEB API
Good day everybody: I have an external web api which returns a label, value records needed for a client application app.MapGet("/AsyncAutocompleteErf/{search}", async (IErvenRepository request, string search) => { var data = await…