942 questions with JavaScript API tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Issue with webView2 control not sending messages until form has been resized

Hello, I've written an app that generates a SVG graphic in a second form. That form contains a webView2 control. I was not able to ever get a message to the webMessageReceived block until I switched from a window.external.notify command to a…

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,637 questions
asked 2024-05-16T16:50:55.1333333+00:00
BRENT MALNACK 20 Reputation points
commented 2024-05-17T16:13:17.0166667+00:00
BRENT MALNACK 20 Reputation points
0 answers

I've tried to show a image in my .js file in win11, but the ''document' is undefined' problem occurs.

Script: Documents\AuthRule.js Line: 20 Char: 1 Error: 'document is undefined' Code: 800A1391 Source: Microsoft JScript runtime error. I've tried to make a javascript that shows a picture and creates some function, one of them being created when a…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
asked 2024-05-17T09:48:08.2933333+00:00
Proshanto Brahmmachary 0 Reputation points
1 answer

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…

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
750 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-02T09:31:53.63+00:00
Hanna Lebedenko 15 Reputation points
edited an answer 2024-05-17T04:42:10.71+00:00
Stephen Baker 80 Reputation points
0 answers

macOS Excel v16.85 truncates string size to 126 characters for custom property values

In the latest release of Excel M365 for macOS (v16.85) we are experiencing an issue where when we use the Excel Javascript API via an add-in application to retrieve custom property values, where each custom property is truncated to 126 characters. We…

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,340 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
Office Mac
Office Mac
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Mac: A family of Apple personal computers that run the macOS operating system.
483 questions
asked 2024-05-16T20:50:25.2666667+00:00
Colby Timm 0 Reputation points
edited the question 2024-05-17T01:23:10.41+00:00
Jiajing Hua-MFST 7,625 Reputation points Microsoft Vendor
0 answers

How can I use the query string parameters on SourceLocation

I want to use query string parameters on SourceLocation on a Office add in(Word add in). I can add the query string parameters inside the manifest.xml file. How can I read them inside taskpane.html file The query string parameters I used are stripped and…

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
750 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-16T09:31:42.24+00:00
Add-in Developer 0 Reputation points
edited the question 2024-05-16T13:20:24.4466667+00:00
Add-in Developer 0 Reputation points
0 answers

How to Open MS Word or Excel in Browser

How to Open MS Word or Excel in Browser in Java Script In Base64 or Binary Data

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
asked 2024-05-16T06:24:17.9266667+00:00
Tamilarasan S 0 Reputation points
0 answers

i am making an add in which can extract content from document inn proper format and upload to s3 how can i do it

i am making an add in which can extract content from document inn proper format and upload to s3 how can i do it

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
asked 2024-05-16T05:46:33.0566667+00:00
aman singh 0 Reputation points
1 answer

cant access azure/storage-blob from nodejs app

Cant access the @azure/storage-blob. I mean getting undefined when I try to access the BlobServiceClient in the node js app. const {BlobServiceClient} = require("@azure/storage-blob"); Using azure/storage-blob version "12.4.0",…

Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
243 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,629 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
asked 2024-05-14T19:58:15.99+00:00
Deepakkumar Subramaniam 0 Reputation points
answered 2024-05-15T11:39:40.3066667+00:00
Anand Prakash Yadav 7,780 Reputation points Microsoft Vendor
0 answers

How to update pasted links in Word from Excel ?

When we paste some content from excel to word as "Link and Keep Source Formatting", It creates a link object in Word which points to the excel document address. We can Select -> Right Click -> Update Link using Word UI. I am trying to…

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
750 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-14T11:50:04.75+00:00
Rahul Kumar 0 Reputation points
edited the question 2024-05-15T01:52:33.3133333+00:00
Jiajing Hua-MFST 7,625 Reputation points Microsoft Vendor
0 answers

Need guidance on testing Word add-in project in Visual Studio

I'm currently working on my first Word task pane add-in project following the instructions provided in the Microsoft documentation https://learn.microsoft.com/en-us/office/dev/add-ins/quickstarts/word-quickstart?tabs=visualstudio I'm using Visual Studio…

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-10T16:10:31.76+00:00
s w 100 Reputation points
commented 2024-05-14T18:09:51.87+00:00
Rick Kirkham 261 Reputation points Microsoft Employee
2 answers

Show/hide the fields based on the condition in jQuery

how to show/hide the otp->textbox and update->button based the onblur SaveProfileName_Email values change. Initially, when the page is loaded the txtProfileEmail and txtProfileName should contains the default values ex:- txtProfileEmail :- a@b.com…

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-05-07T12:17:10.6533333+00:00
Ashok Kumar 201 Reputation points
answered 2024-05-14T03:18:45.8033333+00:00
QiYou-MSFT 4,311 Reputation points Microsoft Vendor
0 answers

Autocompletionservice.getpredictions: failed to load resource: net::ERR_INTERNET_DISCONNECTED

I had develop the web application for google map api address search <script src="https://maps.googleapis.com/maps/api/js?key=apikey&libraries=places&callback=initAutocomplete" async defer></script> …

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
asked 2024-05-13T15:49:51.23+00:00
ramesh penta 0 Reputation points
1 answer One of the answers was accepted by the question author.

"owl carousel" not working when appending data dynamically using jquery

I'm appending the data dynamically to "owl carousel" and initially the data is showing correctly and next (when I click the button) I'm erasing and re-assigning the data to the "owl carousel" (because the data will keep change) at…

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-05-06T04:31:47.04+00:00
Ashok Kumar 201 Reputation points
commented 2024-05-12T12:32:51.0733333+00:00
Ashok Kumar 201 Reputation points
0 answers

Date autogrouping for pivot tables in Excel Scripts?

I'm recreating a few VBA scripts in Automate, since they broke with recent Office updates anyway. Is there a way to mimic the way that either .AutoGroup from VBA (previously), or just manually adding a pivot table field based on a date automatically…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
asked 2024-02-28T18:53:54.62+00:00
Anna Neibling 5 Reputation points
commented 2024-05-10T08:55:47.22+00:00
(Student) Johansen, Oskar 0 Reputation points
0 answers

Can Excel throttle cell updates?

I'm developing a plugin to relay updates from a pub/sub cache into an Excel workbook hosted within office365. Update frequency can be very high (thousands of updates a second). Is there a guard within Excel to protect itself from bursty data, in the same…

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-08T15:08:21.5466667+00:00
Martin Cowie 0 Reputation points
1 answer

How to add backend (mongoDB) functionality to Excel add-in?

Hi I'm trying to build an Excel add-in via the JS API. I need to serve and collect data to and from the workbooks, so need some sort of database. I want to use MongoDB but trying to install it the normal way and requiring it in taskpane.js results in a…

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-03-02T11:08:51.76+00:00
Peter Hague 0 Reputation points
answered 2024-05-08T11:14:42.87+00:00
Bhasker Kumar 5 Reputation points
1 answer One of the answers was accepted by the question author.

Jquery DataTable not working after appending the html code to DataTable using jQuery

I have created a datatable and appending the data to that datatable body , data appending successfully but the datatable not working properly ex:- If I click on the datatable header columns the entire table data is erasing. Here is my full logic…

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-05-06T13:26:54.2166667+00:00
Ashok Kumar 201 Reputation points
accepted 2024-05-08T08:29:34.45+00:00
Ashok Kumar 201 Reputation points
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.
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
asked 2021-08-13T11:12:53.717+00:00
Maurice Wegner 41 Reputation points
commented 2024-05-08T07:55:43.6133333+00:00
Hansjörg Weise 0 Reputation points
0 answers

Can I automatically switch user input method from fullwidth hiragana to halfwidth katakana when I focus in an input using javascript or PHP?

(1) I have a form of html inputs, some of which are allowed to type in halfwidth hiragana, the others are allowed to type in fullwidth katakana. (2) Now, I need a way to automatically switch user keyboard input method between halfwidth hiragana and…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
asked 2024-05-04T06:08:30.67+00:00
Dinh Ngoc Quang Huy 0 Reputation points
edited the question 2024-05-07T06:46:20.4333333+00:00
Haoyan Xue_MSFT 22,381 Reputation points Microsoft Vendor
1 answer

How to return file name and last modified from fileshare on azure storage using java spring boot

How to return file name and last modified from files hare on azure storage using java spring boot // Retrieve the storage account from the connection string. CloudStorageAccount storageAccount = CloudStorageAccount.parse(connectString); // Create a…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,225 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
116 questions
asked 2024-05-06T06:18:06.8766667+00:00
Lavate, Ramchandra (Cognizant) 0 Reputation points
answered 2024-05-06T11:37:14.01+00:00
Nehruji R 4,606 Reputation points Microsoft Vendor