office-js-helpers Questions
1
We are loading a base64 document from the backend and opening it in our Word-addin (using Office JS APIs). We are using application.createDocument(base64) to do so. This causes the Word application...
Emmetropia asked 28/8, 2018 at 0:48
2
Solved
The Office JS has provided the following function in preview, but I couldn't find any example.
Here is what I tried but it doesn't seem to work, any idea what I am missing here, since this code in...
Alphonse asked 8/6, 2020 at 13:37
2
Summary:
window.Open('') or window.Open('about:blank') works with JavaScript in a normal html file as can be tested here. But it does not seem to work in an Office.js add-in.
Details:
On my Wind...
Statolith asked 28/10, 2018 at 1:30
0
In task pane of our Office.js WORD add-in, we need to get a user input and display in the document. Is it even possible to get user input in an Office.js add-in. If so, is there any Office.js API f...
Ryle asked 17/10, 2018 at 2:15
1
© 2022 - 2024 — McMap. All rights reserved.