Questions tagged [office-js-helpers]

A collection of helpers to simplify development of Office Add-ins & Microsoft Teams Tabs

A collection of helpers to simplify development of Office Add-ins & Microsoft Teams Tabs (from https://github.com/OfficeDev/office-js-helpers)

113 questions
0
votes
2 answers

Execute addin function automatically on startup

I have searched through and as a final resort i am heading to the experts here. I would like to know if the below are possible or may be possible in future roadmap Expected date for Document.open() to available ? 2.Is there any way to open and…
AhmedVali
  • 185
  • 2
  • 16
0
votes
1 answer

Office.context.mailbox.item.getSelectedDataAsync is not returning the selected data in installed outlook

As per the documentation provided, Office.context.mailbox.item.getSelectedDataAsync(Office.CoercionType.Text, {}, getCallback) supposed to return selected data from body or subject of the mailbox. instead the callback is returning some html markup…
sudheer reddy
  • 53
  • 1
  • 4
0
votes
1 answer

Cannot figure out how to use the OfficeExtension.Promise

Currently I am trying to use the OfficeExtension.Promise polyfill offered by Microsoft for developing Office Add-Ins. Unfortunately I am not able to get it to work thus far. From what I can tell these are only offered in the WordApi 1.2 and ExcelApi…
Fluous
  • 2,075
  • 2
  • 17
  • 29
-1
votes
1 answer

ContentControlOnEnter, ContentControlOnExit alternative for office js API

For VSTO Add-In Application we do have ContentControlOnEnter and ContentControlOnExit events, to perform post change operation of ContentControl But, I can't see any such events in office JS API Do, we have any other way to achieve similar…
-1
votes
1 answer

How to delete Ooxml added to a content control in word document using contentControl.insertOoxml() from office.js

So I wanted to add comments in a word document using Office.js. I have used the contentControl.insertOoxml() to add xml into the document. Now I want to delete this added comment (Ooxml). Is there any Office.js api to achieve this ?
-1
votes
1 answer

Office-js-helper

First, I am not a programmer, but a excel hobbyist on my journey from vba to office js add in to become a real software-maker. So maybe my question is stupid. I am building a office add with the set up: Visual Studio community 2017; Office 365…
-1
votes
1 answer

Is it possible to load List of values in excel using VSTO web add-ins using office.js

I am developing a excel add-in using office.js, that populates table data in excel sheet. Add-in allows user to update table column details, but I want to display list of reference values rather than free text. Example for scenario is given…
-2
votes
1 answer

Which is the preferred Authentication Library for an Outlook Web Add-In

Does Microsoft prefer ADAL.JS or Office-JS-Helpers for Authentication? Our app registrations are all on AAD.
ezG
  • 391
  • 1
  • 17
1 2 3 4 5 6 7
8