Issue: Microsoft PowerPoint API returns empty placeholder text after update [2409]
I’m using the Microsoft PowerPoint JavaScript API to generate slides from slide master, where the shapes are created within layouts using GeometricShape. A placeholder text is assigned to each shape to help identify them, so they can later be populated…
Manifest Validation for Word on Mac (Microsoft 365)
I have a manifest file that includes the following requirement sets: <Requirements> <Sets> <Set Name="SharedRuntime" MinVersion="1.1"/> <Set Name="CompressedFile"/> <Set…
Fetch Microsoft forms data inside the React app
I'm trying to integrate an microsoft inside the react application. I was able to embed inside the react application by following the https://support.microsoft.com/en-us/office/send-a-form-and-collect-responses-2eaf3294-0cff-492d-884d-a1dee909e845. Now…
insertFileFromBase64 causes accumulation of styles
We're working on an add-in for Word that involves opening multiple documents. However, we've encountered an issue: when we use context.document.insertFileFromBase64 to open several documents, the styles from these base64 documents are being…
Lock Tracking in Word Using the Word JavaScript API
I am currently working with the Word JavaScript API, and I can enable Track Changes for the following document. However, when I enable it, it can still be turned off directly in Word. Is there a way for me to lock it, similar to Lock Tracking?
Get User Profile/Details using Graph API
Hello Team, I'm trying to get the user profile such as display name, email id, phone number using graph API. I'm following this document for reference. First of all I'm generating an access token using the below curl command: curl --location…
How to fix Error with the Azure Javascript SDK for Ai Search: unexpected 'StartObject' node was found for property named 'metadata' when reading from the JSON reader
I'm trying to make calls to a Azure Ai Search index I have already set up. Specifically I'm trying to add documents via the AzureAISearchVectorStore.addDocuments from the "@langchain/community/vectorstores/azure_aisearch" package. No matter…
Allowing basic authentication for Node JS authenticator
Hi everyone! Recently ive been setting up a chatroom for some friends, and I have decided to implement an email verification system (that I have figured out how to secure so they cant make multiple accounts). The problem is, I cant allow the application…
Verifying If Approval Needed From Microsoft
To start off by giving some context here, me and my team are building a Salesforce managed package for one of our clients which includes use of Microsoft's Graph API. Using APIs to achieve below - We are using SharePoint web URL for previewing and…
Why are some of the specified buttons missing from the CKEditor 5 toolbar?
Hi! I have an implementation of DecoupledEditor CKEditor 5 in my project: <script src="https://cdn.ckeditor.com/ckeditor5/38.1.1/decoupled-document/ckeditor.js"></script> DecoupledEditor .create(…
Excel cell binding events not triggering after reopen of the workbook
Office.onReady((info) => { // Check that we loaded into Excel if (info.host === Office.HostType.Excel) { loadBinding(); }}); function loadBinding() { Excel.run(async (context) => { // sample code goes here const cellAddressRange =…
Excel cell binding events not triggering after reopen of the workbook
Office.onReady((info) => { // Check that we loaded into Excel if (info.host === Office.HostType.Excel) { loadBinding(); }}); function loadBinding() { Excel.run(async (context) => { // sample code goes here const cellAddressRange =…
Excel cell binding events not triggering after reopen of the workbook
Hi, I created few cell onDataChange events but they are not triggering when closed and reopened the workbook but the bindings are stored in the workbook and I am able to see them in the excel and iterate through code as well. Below is the code…
How to hide or remove headers and tool bar in the excel using WOPI Protocol
Basically in excel while I need to show only grids by removing headers and toolbar.
I have to resolve the error nginx/1.24.0 can you please guide me about the error and how I can resolve the error
I have to resolve the error nginx/1.24.0 can you please guide me about the error and how I can resolve the error
Upgrade Path For .ASPX Office Add-In To Use NAA
I have an Outlook AddIn that uses an internally-hosted .aspx page in the task pane. It was built in Visual Studio 2022 and does not currently use MSAL at all. I am struggling to figure out what changes I need to make in order to use Nested App…
Can someone help me register my script with Azure as this is the first step towards OAUTH. This is what I am being told to do...,,and the first step is failing; registering with Azure.
Can someone help me register my script with Azure as this is the first step towards OAUTH. This is what I am being told to do...,,and the first step is failing; registering with Azure. Below FAILS as Azure wants 200.00 USD to register, plus it says can't…
Error while opening sensitivity labeled files with word web addin
Hi, I'm trying to open word files with word web addin in my local computer, not browser. There is no problem with regular word files, i can open and edit them. But when i try to open sensitivity labeled word file i am getting general exception error. Am…
clients are unable to receive any data, resulting in HTTP 5XX errors. Below are the details of the problem and the steps I have taken to resolve it.
I am encountering issues deploying my Node.js application to Azure App Service. While the server starts successfully and connects to the database, clients are unable to receive any data, resulting in HTTP 5XX errors. Below are the details of the problem…
no support for OfficeRuntime.auth.getAccessToken in Outlook add-ins but in Excel yes?
The Short Summary: Why does Office.auth.getAccessToken or OfficeRuntime.auth.getAccessToken works on Excel but not on Outlook. And why even though my Outlook version support the Idenitity API it show the message he identity API is not supported for this…