office-js Questions
1
Solved
I'm developing an add-in for Excel using the Office Add-ins platform. In this add-in I'm writing data to a range using the setSelectedDataAsync** function. It works fine, but after the data is writ...
1
I was playing with Office 365 add-in for MS word. I have a dialog to manipulate selected word image. I need to pass that image (maybe a Base64 value of that) to my dialog so that I can play with th...
2
Is it possible to set the width of a Outlook add-in when it gets loaded up. Right now when I click on my addin button on the ribbon, the task pane shows up on the right with a width of about 437 pi...
Lorrinelorry asked 1/9, 2016 at 15:25
2
I developed an Outlook Web Add-in that is working fine. It's a Taskpane that is available in compose mode of appointments and that collects event's data, adds a few ones and send that all to an API...
Ignorant asked 14/2, 2017 at 9:49
1
Solved
I was trying to add in the mobile part for the Outlook Add-in.
I have search the information in https://dev.office.com/docs/add-ins/outlook/manifests/add-mobile-support for the manifest to update ...
Desberg asked 12/2, 2017 at 22:25
1
Solved
The documentation at https://github.com/OfficeDev/office-js-docs/blob/master/docs/develop/privacy-and-security.md#tips-to-prevent-clickjacking
lists a bunch of ways to help prevent clickjacking, by...
Upali asked 6/1, 2017 at 19:59
3
I don't know when this started happening or if things have changed but the _host_Info param is not being passed by the framework to my Excel Add-In in Excel Online.
It passes an empty "et=" param...
3
Solved
I am creating a office AddIn which works in both excel and word applications and based on host if it is a word or excel host i want to execute different logic. I am using office.js to create office...
1
Solved
I'm working on build Office add-in with Adal.js for AAD integration. And my add-in requires some permissions.
When I open add-in in OneNote and try to call login from adal.js, it request login.mi...
Carn asked 24/11, 2016 at 23:11
2
Solved
I'm working on an Office Add-in that currently uses adal to obtain an auth token.
As I want to use the Fabric front end I am changing it to React and I notice that the officer-js-helpers have impl...
Willmert asked 18/11, 2016 at 9:58
2
Solved
Are there any common practices, frameworks or patterns for unit testing office.js based code?
Given the large number of the components in thr object model, it's impossible to mock calls to office.j...
Coniine asked 1/11, 2016 at 16:21
1
I have developed a Word Add-in using word java script API. When i click in Task pane to do some action the cursor focus removes from current document, i am not able to edit the document until click...
Wendiewendin asked 6/10, 2016 at 5:18
4
I have created an angular app and wanted to use JS API library into it. I want to use this app inside Office 365 Outlook. However, I am getting the following error:
Uncaught TypeError: window.exte...
Megaera asked 21/8, 2015 at 21:49
1
tl;dr
When setting CustomProperties to an appointment that has attendees, only the appointment for the organizer gets the CustomProperties. The properties do not propagate to the appointments of t...
Disciplinarian asked 29/8, 2016 at 23:11
2
Solved
How to implement an 'undo' functionality for an Office Add-In using the JavaScript API?
Right now all changes made by an Add-In are non-reversible by the user and it appears that Microsoft is not ...
Montagu asked 20/7, 2016 at 17:24
2
Solved
In one workbook (from somebody else) that I need to analyse, they use a formula to construct a list of strings: 04-09-01, 04-09-02, 04-09-03, etc, which have general as format. In a part of my code...
1
Solved
I would like to ask as to what is the best way to insert an image/picture to the document in JavaScript? I am weighing in between an online and offline images but don't know where to start.
I've ...
Vday asked 4/7, 2016 at 7:44
1
Solved
i have a task-pane based add-in for Excel developed using office.js. i copy a date on one of the cell in the excel, and then read it next time from that cell. basically i use javascript Date object...
Taught asked 14/6, 2016 at 5:24
2
Solved
I have created a taskpane addin for word that runs a search and displays information about the results as a list to the user.
When the user clicks on an item in the list I want to select the range ...
Top asked 17/5, 2016 at 11:56
2
Solved
Let's take Excel for example. In Excel 2016, when I select an add-in in the STORE, after clicking on Trust It, will the code (.html, .js files) of the add-in be downloaded or installed on my machin...
2
Solved
In office 365 outlook add-in, Office.context.mailbox.item.body.getAsync() method does not work in outlook Mac. But it works fine in safari and chrome.
office js reference is "https://appsforoffice...
Cateyed asked 8/4, 2016 at 12:48
1
Solved
Is there a way to turn off these logs? It's pretty much impossible to console.log almost anything because the console is filled with these:
Agave.HostCall.IssueCall
Agave.HostCall.ReceiveResponse
...
Mood asked 9/5, 2016 at 13:50
1
I have an application which shows some static files for download. This application creates an hidden iframe and set the source to the file-url.
The browser shows a save-as dialog.
But within Micr...
Millwater asked 25/2, 2016 at 16:7
2
Solved
Recently Microsoft introduced the Office Add-ins architecture which allows for developing add-ins hosted remotely and run within IFrames inside office. I have read a lot trying to understand whethe...
Elbert asked 2/3, 2016 at 10:55
3
Solved
I am developing an Task Pane Office Add-in using the Office JavaScript APIs in Visual Studio. When you run the application it runs in the desktop client version of Office.
The Office Store require...
Walloper asked 10/10, 2015 at 19:33
© 2022 - 2024 — McMap. All rights reserved.