Office-js Questions
Ad
Couldn't load cell value for more than 12000 rows in Excel using Office js Excel API
We have created an excel addin using office js api. in our extension we have a module where we fetch data from excel sheet and then process it.
OfficeJS addHandlerAsync callback does not execute angular component method
I am working on an outlook web add-in (in angular 5) and i am implementing a pinnable task pane and i've been following this documentation from
Why does my Office Addin command without UI not respond while the same command send from taskpane does?
I have an outlook addin that redirects at press of the command button to an external website. in office outlook online everything works fine, but
How to safely update office-js-dependencies in react outlook-web-addin?
I have a react outlook addin and want to know how to update the addin to the latest office-js-dependencies. there's a
Why do I get AccessDenied when attempting to lock or unlock a range of cells in Excel API
error: accessdenied: you cannot perform the requested operation. this is the error message i get when i try
officejs react - how do I add another page?
I have created a microsoft office add-in react (typescript) project using
What is the Alternative for Form Tag in React Fluent-UI?
I am currently developing microsoft addin with react. i have added textfield to the addin. but i couldn't get the value from inputs
Manipulate spreadsheets and User Interface(Widget,..) in API Excel Javascript?
Can i add some action when manipulating the spreadsheet in excel even api-js? for example: i try to use onselectionchanged event with form
How to Creat Excel Custom Function by API Javascript using VSTO?
In api-js i can create some custom function then assign to button to ribbon or task panel and i have seen a few
How to edit chart data using office.js within Microsoft Word
I'm creating a word add-in using the word javascript api that pulls data from database, allowing users to create tables/text with the data. i
Ad
Excel JavaScript API - How to change calculation mode
This is my code: excel.application.set({calculationmode: "manual"}); but the compiler throws
Why uploading Word OfficeJS PDF document using the API saves an empty PDF document
I have used the below js code provided by microsoft in order to save a document in pdf:
Add sub-routine for Office.js Javascript Word add-in using asynchronous execution context
I have had a lot of success dipping my toes into developing an office.js add-in for word. one of the common tasks of the add-in is searching and
Why is the status undefined from an AJAX call in the context.sync() Promise chain in office.js
I am trying to build an excel add-in that uses ajax to get data from another server depending on the content. i have created the following simple
How to create a confirm dialog with office-js and react?
I'd like to write a simple confirm modal for my office excel addin written in react. this doesn't work because window.confirm has been
Outlook Javascript API appointment object
How to change the appointment busy status "show as" to out of office using javascript(outlook web add-in) ? how to change the value of all
Office.js select text and replace it with a ContentControl
I have the following use case using office.js: search for some text with body.search() after finding the text,
Using webworkers in typescript Excel add-in
I have an add-in (built with officejs) which downloads, processes and puts large data arrays to excel. the problem is when the processing takes
How to get HTML of each paragraph of a Word document with Office JS
I have ms word documents where the table of contents, built using title 1 to title 4, is a hierarchy of more than 100 items. i want to use
Inserting Editable content control in Word online add-in
In my word add-in, i want my user to be able to insert a template, with editable content controls. works fine in word client, but in word online,
Ad
How do you select multiple text regions in a Word document using an office add-in
Using the javascript api for office, how can you select multiple phrases in a document like so?:
Outlook Add-in NodeJS : get mail received notification
I am trying to write an outlook add-in in nodejs which reads the content of a mail and search for some specific strings. to do so, i need to get a
How to insert dropdown or checkbox in Excel using Javascript API?
I'm following the doc
Create an outlook calendar add-in
I am creating an outlook add-in following the official microsoft documentation:
Automatically open Office add-in on SharePoint Online
I created a word add-in embedded in sharepoint library using
Word JS API: insert date into content control
How can i insert a date in the word content control using office js api?
Ad
Blog Categories
Ad