992 questions with JavaScript API tags

Sort by: Updated
1 answer

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…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,031 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,021 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
992 questions
asked 2024-10-22T17:52:26.2266667+00:00
Kent Morgan 0 Reputation points
answered 2024-10-22T18:08:11.46+00:00
Kent Morgan 0 Reputation points
0 answers

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…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
992 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
5,249 questions
asked 2024-10-21T06:57:34.49+00:00
Squibbler_284 0 Reputation points
commented 2024-10-22T08:27:52.99+00:00
Squibbler_284 0 Reputation points
1 answer

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…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,148 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,140 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,757 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
992 questions
asked 2024-10-16T12:08:16.9433333+00:00
Chad Hammond 0 Reputation points
commented 2024-10-22T02:03:23.59+00:00
AllenXu-MSFT 20,746 Reputation points Microsoft Vendor
1 answer

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

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
992 questions
asked 2024-05-08T16:32:18.0733333+00:00
Volk Volk 571 Reputation points
commented 2024-10-19T03:10:25.4533333+00:00
Samad 0 Reputation points
0 answers

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
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,921 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
992 questions
asked 2024-10-18T00:47:19.1833333+00:00
Senthilnathan Vaduganathan 0 Reputation points Microsoft Vendor
0 answers

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
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,921 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
992 questions
asked 2024-10-18T00:46:38.26+00:00
Senthilnathan Vaduganathan 0 Reputation points Microsoft Vendor
0 answers

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…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,921 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
992 questions
asked 2024-10-18T00:41:25.6733333+00:00
Senthilnathan Vaduganathan 0 Reputation points Microsoft Vendor
0 answers

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.

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
992 questions
asked 2024-10-17T10:20:11.7566667+00:00
harshitha KA 0 Reputation points
2 answers

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

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,153 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
992 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,405 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,538 questions
asked 2024-10-16T22:05:48.92+00:00
Ehtisham 0 Reputation points
answered 2024-10-17T07:21:29.3766667+00:00
Neuvi Jiang 1,300 Reputation points Microsoft Vendor
0 answers

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…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,915 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
992 questions
asked 2024-10-16T20:33:21.4233333+00:00
Wisebaker, Michael D 0 Reputation points
0 answers

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…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
992 questions
asked 2024-10-11T18:35:46.2166667+00:00
Jack M 0 Reputation points
0 answers

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…

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
859 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
992 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,945 questions
asked 2024-10-10T13:28:56.0566667+00:00
ave95 0 Reputation points
4 answers

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…

Azure SQL Database
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
992 questions
asked 2024-09-30T10:19:54.6833333+00:00
בנימין זיידנר 20 Reputation points
answered 2024-10-07T08:01:07.76+00:00
בנימין זיידנר 20 Reputation points
0 answers

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…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
992 questions
asked 2024-10-05T10:52:02.8766667+00:00
Wladimir Kirjanovs 0 Reputation points
edited the question 2024-10-05T11:05:57.7533333+00:00
Wladimir Kirjanovs 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to fix 405 error in node js and express js application when form action post method request

I have a node js with express js application making a post api request from index.html routing to the index.js where the api client is requested i.e. /send-sms. It works on local dev but gets a 405 error after deploying to azure app service. Not sure if…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
992 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,820 questions
asked 2023-08-02T14:36:12.7033333+00:00
Scott Riches 25 Reputation points
commented 2024-10-03T22:46:48.8033333+00:00
Sushmita Das 0 Reputation points
0 answers

Disable autosave via Excel office.js addin

Our Addin performs thousand of cell changes in a loop. The problem is that Excel autosave, especially in Excel 365, kicks in at every cell change and becomes the bottleneck. We could not find ways to disable autosave from office.js API. Any…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
992 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,945 questions
asked 2021-05-12T06:38:21.337+00:00
Gianluca Bisceglie 6 Reputation points
commented 2024-10-02T08:07:56.3066667+00:00
Oleksandr Reznichenko 0 Reputation points
1 answer

Framework Migration Recommendation for Office Add-ins

Hi Team, I currently have Excel, Word, and PowerPoint add-ins built using pure JavaScript and a .NET Core API for the backend. I’m looking to migrate my add-ins to a framework, and after reading various articles, I’m confused about whether to use React…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,587 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
992 questions
asked 2024-09-30T06:42:22.8866667+00:00
Chetan Kotwal 0 Reputation points
commented 2024-10-01T07:20:19.2333333+00:00
Chetan Kotwal 0 Reputation points
0 answers

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…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,921 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
992 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,945 questions
asked 2024-09-30T20:07:14.6433333+00:00
Tim Smith 0 Reputation points
edited the question 2024-10-01T06:03:06.7866667+00:00
Emi Zhang-MSFT 25,306 Reputation points Microsoft Vendor
5 answers One of the answers was accepted by the question author.

535 5.7.139 Authentication unsuccessful

We are receiving the following error using the Office 365 SMTP server to send mails: 535 5.7.139 Authentication unsuccessful, the request did not meet the criteria to be authenticated successfully. Same issue with MFA (+ App password) and without…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
992 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,646 questions
asked 2021-08-13T11:12:53.717+00:00
Maurice Wegner 46 Reputation points
commented 2024-09-30T08:41:56.6666667+00:00
nikos chatzinicolaou 0 Reputation points
2 answers One of the answers was accepted by the question author.

azure node js html

I uploaded Node.js and HTML software, I defined an environment variable, it was local and I uploaded it to azure including a connection to the db. Actually I can't get data to the browser even though I get a message that it is connected, can someone help…

Azure SQL Database
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
992 questions
asked 2024-09-29T12:39:33.1433333+00:00
בנימין זיידנר 20 Reputation points
accepted 2024-09-29T15:03:06.96+00:00
בנימין זיידנר 20 Reputation points