942 questions with JavaScript API tags

Sort by: Updated
0 answers

How to fix bluescreen? Random blue screen codes.

Guys,i have problem with blue screen,i have few minidumps,and i upload there...please check and tell me what to…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
asked 2024-07-07T17:25:35.7966667+00:00
Aleksandar Pejkovic 0 Reputation points
0 answers

Excel Add-in works on Mac & Web but not Windows

Hello, all! I've built a little Excel add-in that adds some custom functions to run calculations via a HTTP API. I developed it on my Mac using the Yeoman generator, and selected custom functions with the shared runtime. I modified the default functions,…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,685 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 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,715 questions
asked 2024-07-06T19:03:24.3566667+00:00
Jeffery Hoffman 0 Reputation points
1 answer

Can the Excel Image function accept a "data" url as the source?

Hello, I'm currently developing a Javascript add-in for Excel. During the development process, I have used both the addImage function to include images and the WebImage data type. The current interaction of the code is using the WebImage data type. The…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,685 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 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,715 questions
asked 2024-05-27T09:20:56.3166667+00:00
Johnny Spicer 0 Reputation points
answered 2024-07-06T08:29:33.23+00:00
Mansoob e Zahra 235 Reputation points
1 answer

Trying to search for column by column value in Office Scripts

Hi everyone, I am trying to create an office script that will calculate the percentage of Y's and Y+N's in a certain column, and searching for the column name in row 4 rather than hard-coding the index. Below is my code, but I keep getting the issue…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,685 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 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,715 questions
asked 2024-06-27T16:56:38.69+00:00
Lai, Ian 20 Reputation points
answered 2024-07-06T08:23:50.6533333+00:00
Mansoob e Zahra 235 Reputation points
0 answers

context.document.insertFileFromBase64() not working in node module 1.1.93

We are trying to execute context.document.insertFileFromBase64() which is not working with latest avalable node module . (https://www.npmjs.com/package/@microsoft/office-js) Same API works well when we use office js from CDN…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
asked 2024-07-03T06:42:14.1266667+00:00
Mithun K S 0 Reputation points
0 answers

Software connection of the CryptoPro plugin installed in the browser, Javascript (jQuery)

I recently installed the CryptoPro plugin in my browser and would like to connect it programmatically in my Javascript (jQuery) code. As a result, my Javascript code must be inserted into the PHP code on the backend (version 5.6). I don’t have NPM and…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
asked 2024-07-03T06:04:53.92+00:00
Михаил Афанасьев 0 Reputation points
0 answers

Questions about office addins

Hello, I'm trying to install the @microsoft/office-js tried with 'npm i @microsoft/office-js' but when importing import * as Excel from '@microsoft/office-js/excel'; import { Office } from '@microsoft/office-js'; to my js file getting error …

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 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,715 questions
asked 2024-07-02T10:12:21.02+00:00
Manivannan Nagarajan 0 Reputation points
0 answers

How to create html inside jQuery function dynamic instead of using html controls static ?

I work on jQuery i have issue I can't append html inside jQuery script SO jQuery function GET_ITO_PROJECTS_DASHBOARD_SP() will create all html scripts below and i will remove html static and i will create all html at runtime within function so exactly…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,414 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
asked 2024-06-30T23:28:19.83+00:00
ahmed salah 3,216 Reputation points
commented 2024-07-01T08:00:40.8333333+00:00
Lan Huang-MSFT 28,841 Reputation points Microsoft Vendor
1 answer

Scripts inside local html is not working with webview Eval in UWP Xamarin forms

Tried to update the html elements using script with webview Eval, its working fine in android and iOS but it is not working with UWP Xamarin forms. 1.webview.Eval to update the script : Script inside local html :

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,325 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,640 questions
asked 2024-06-13T05:22:24.0766667+00:00
Keerthana Sathiyanathan 0 Reputation points
answered 2024-06-28T17:12:46.0533333+00:00
Bruce (SqlWork.com) 61,491 Reputation points
0 answers

Disable Pop-up "WebView Stop On Load" for Outlook Add-In

I am hosting an Outlook add-in, and the users are prompted with this pop-up when starting the add-in. "Webview Stop on Load: To debug the webview, attach VS Code to the webview instance using the Microsoft Debugger for Edge extension, and click OK…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,342 questions
Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,467 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,415 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 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,715 questions
asked 2024-06-27T13:01:59.5833333+00:00
Marc 0 Reputation points
commented 2024-06-28T05:26:04.73+00:00
SokiGuo-MSFT 25,741 Reputation points Microsoft Vendor
0 answers

How to get list of users have viewed the email and not viewed the email and recieved the mail with metrics using API in Azure email communication service

Overview: We are currently utilizing Azure Email Service for our email campaigns and communications. To enhance our analytics and reporting capabilities, we urgently require an API to access detailed metrics on the emails sent through Azure Email…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
asked 2024-06-27T14:33:14.31+00:00
Gopi Vetrivel 5 Reputation points
1 answer

error code 500121 on my school account?

no matter what i do cannot get my school account logged in on my auth app. have googled and tried every video error code 500121 is all error i get.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,605 questions
Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
6,121 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 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,497 questions
Microsoft Copilot for Microsoft 365 Development
Microsoft Copilot for Microsoft 365 Development
Microsoft Copilot for Microsoft 365: Microsoft 365 Copilot refers collectively to Copilot experiences within Microsoft 365 applications.Development: The process of researching, productizing, and refining new or existing technologies.
95 questions
asked 2024-06-24T18:33:20.09+00:00
estelle damster 5 Reputation points
commented 2024-06-25T06:10:19.91+00:00
JimmyYang-MSFT 50,446 Reputation points Microsoft Vendor
3 answers One of the answers was accepted by the question author.

System.NullReferenceException: 'Object reference not set to an instance of an object.' model was null

model { public int VehicleID { get; set; } public int VehicleTypeID { get; set; } public string Brand { get; set; } public string Model { get; set; } public int Capacity { get; set; } = 0; public bool IsActive { get; set; } } controller //…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,638 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,395 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,878 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,640 questions
asked 2024-06-21T09:37:52.91+00:00
Naveinthiran 20 Reputation points
commented 2024-06-24T02:11:54.4033333+00:00
Naveinthiran 20 Reputation points
0 answers

Xrm.WebApi.retrieveMultipleRecords return error

Hello, How can it be possible that the function rm.WebApi.retrieveMultipleRecords("teammembership", query) no longer works and throws an error when executed. Execution in Forms Model Driven APP. The function previously worked without any…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
asked 2024-06-21T10:38:29.9466667+00:00
Marco Krings 0 Reputation points
0 answers

How to insert an embedded pdf into a content control using officejs

I see you can insert a docx from insertFileFromBase64. Is it possible to insert an embedded pdf (an object) into a content control?

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
asked 2024-06-19T03:59:14.11+00:00
Derek Merkle 5 Reputation points
1 answer

How can we validate azure authtoken with nodejs

I want to validate a token that is generated from Azure and pass it to my application, and then I need to validate that token with Node JS. Now, when I am validating an Azure token, it gives an invalid signature every time. When I decode the token, I get…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,411 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,383 questions
asked 2024-01-22T11:18:24.6533333+00:00
Sakshi Tiwari 0 Reputation points
commented 2024-06-18T13:38:08.4533333+00:00
pavan kumar 5 Reputation points
0 answers

Help with Excel (Online) script that creates a table of contents, but only for visible sheets

Hello. I want to use the Excel online script found here: https://learn.microsoft.com/en-us/office/dev/scripts/resources/samples/table-of-contents However I'd like for it to only work for visible sheets within the workbook. I've tried to do this myself,…

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,467 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,685 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 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,715 questions
asked 2024-06-14T06:59:45.0566667+00:00
Im.DavidJ 0 Reputation points
edited the question 2024-06-17T00:33:56.09+00:00
Emi Zhang-MSFT 23,896 Reputation points Microsoft Vendor
0 answers

Unable to Deploy Add-in in Admin Center After Adding SSO Code

I created a Word add-in that requires SSO for necessary permissions. When I tested it in Word online, I successfully added my manifest without errors, and the functions worked correctly. However, upon uploading my manifest file to the Microsoft 365 Admin…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 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,715 questions
asked 2024-06-07T14:12:52.51+00:00
s w 100 Reputation points
edited the question 2024-06-10T09:35:59.0733333+00:00
Givary-MSFT 30,841 Reputation points Microsoft Employee
0 answers

Unable to Deploy Add-in in Admin Center After Adding SSO Code

I created a Word add-in that requires SSO for necessary permissions. When I tested it in Word online, I successfully added my manifest without errors, and the functions worked correctly. However, when I attempted to upload my manifest file to the…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 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,715 questions
asked 2024-06-07T14:03:02.2033333+00:00
s w 100 Reputation points
edited the question 2024-06-10T09:35:28.6333333+00:00
Givary-MSFT 30,841 Reputation points Microsoft Employee
0 answers

How to retrieve Assigned Courses in LinkedIn Learning API

Hi! We are trying to integrate LinkedIn Learning into our custom made LMS. We are using this documentation to achieve it: https://learn.microsoft.com/en-us/linkedin/learning/overview/ But as far we go, we have a question? How do we retrive the…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
Microsoft Partner Center API
Microsoft Partner Center API
Microsoft Partner Center: A Microsoft website for partners that provides access to product support, a partner community, and other partner services.API: A software intermediary that allows two applications to interact with each other.
328 questions
asked 2024-04-29T22:36:01.1266667+00:00
Ricardo Jassan 5 Reputation points
commented 2024-06-06T18:35:51.7366667+00:00
Boezeman, Matthew 0 Reputation points