Questions tagged [office-app]

Office Web Apps are touch-friendly web applications that let you create, edit and share your Excel, Word, PowerPoint and OneNote files from any browser.

You can share and simultaneously work on your documents with classmates, friends and co-workers. No need to merge different versions later.

106 questions
0
votes
1 answer

Get all changes to calendar in Outlook Web Add-in

I'm developing an add-in for Outlook Web (Outlook365 and Outlook.com) which needs to retrieve all changes in the calendar. I tried to use the Calendar REST API, but when calling getCallbackTokenAsync to get the access token, the token I get is…
0
votes
0 answers

Insert Excel validation list in excel using Javascript

We are using Excel 2016 Add-In to load data from DB to Excel 2016 (few Excel 2013). There is a column 'Status' in Excel. Currently it is simple text cell. We need Excel drop-down list in Status cell (refer below example image). We are using…
MAK
  • 129
  • 1
  • 8
0
votes
1 answer

SignalR with Office Apps - "Error Access Denied error while negotiate connection."

I have three projects. SignalR Host Application Enabled CORS and JSONP settings Office Apps application (manifest) in the masifest > App Domains settings, included the SignalR Host Application URL Office Apps Web application modified the…
Nanda
  • 19
  • 3
0
votes
1 answer

Using Social Logins in an Office App

I'm building an Office App app that integrates with a few different social logins. Playing around with a POC and it becomes clear that the redirects / new windows opened by SSO's like Office 365 / Facebook are a blocker as they don't return back to…
Lucas
  • 643
  • 1
  • 9
  • 21
0
votes
1 answer

Can an Office App run in the background?

If you install an application from the Office Store, let's just say Word for example. When I then re-open word, can that app / plugin run a background task or must the app be engaged with by the user?
Lucas
  • 643
  • 1
  • 9
  • 21
0
votes
1 answer

Is there similar method like Document.goToByIdAsync for office 2013 in office.js

Is there similar method like Document.goToByIdAsync for office 2013 in office.js, i see that this method is added in api version 1.1, which works for office 2016. I want to go to specific cell or range in office 2013 desktop version using office…
shyam_
  • 2,370
  • 1
  • 27
  • 50
0
votes
2 answers

Excel 2013, obtaining the "app catalog"

I am currently trying to install the free app called "People Graph" (https://github.com/OfficeDev/Office-Apps/tree/master/PeopleGraph). However, when I go to INSERT -­> APPS, it does not show any app catalog and when I try to add one from the…
rockamic
  • 151
  • 1
  • 2
  • 11
0
votes
1 answer

Accessing Old Cell Value in BindingDataChanged Event and Cell Location in Excel using office.js (Office Add-ins)

I have a table in Excel and I want to detect changes when the user modifies the cell values. In order to reflect those particular changes, I need to know the cell location and old cell value. I was able to achieve this in an Excel VBA/COM add-in,…
superB
  • 288
  • 2
  • 13
0
votes
2 answers

AngularJS change view in ng-view from a controller

I have a JavaScript web app where I used AngularJS to ease things up, but now I bumped into a little problem. I want to change viewfrom an ng-controller. I use $location.path to do this, but sadly, nothing happens. If I check the $location object,…
Laureant
  • 979
  • 3
  • 18
  • 47
0
votes
1 answer

View and Edit document without uploading the document to OneDrive

I have a requirement in our project to provide user the ability to view and edit the document online. So as per my understanding, we need to upload the document to OneDrive to load the document in Office Online. So without uploading the document to…
mlg
  • 1,162
  • 1
  • 14
  • 32
0
votes
1 answer

How to remove App for Office from Office 365

I created an App for Office 365 using visual studio. I tested the app and worked out how it works etc. Now I want to remove it from my outlook 365 and I cant find out how to do it. Any ideas?
Phil Salomon
  • 163
  • 2
  • 9
0
votes
2 answers

What is the maximum data size for matrix bindings in an Excel Task Pane App?

I created an excel task pane app with microsofts JavaScript API. I created an binding to the excel sheet that contains some data. Something like: Column1 | Column2 Value1 | Value2 Value1 | Value1 Value2 | Value3 My App created a chart for each…
marcel
  • 2,967
  • 1
  • 16
  • 25
0
votes
1 answer

How are MS office apps are able to be installed on both office online products(like excel online) and MS office offline products like(Excel 2013)

I have created an outlook add-in using VSTO. And I recently found that you can't upload VSTO add-ins to office store. As it is only for apps developed using web technologies. Since these apps use web technologies so it seemed fine that they work…
V K
  • 1,645
  • 3
  • 26
  • 57
0
votes
1 answer

Alternatives to ng-include in angularjs possible?

For some reason , I could not use ng-include in my main page.. Right now i need an alternative solution to ng-include as my product environment(Microsoft Excel Online is not initializing having ng-include on the main page). Also, I dont want to use…
user2749751
  • 405
  • 7
  • 22
0
votes
0 answers

How to access calendar exceptions for resources - Office Add-in development, Microsoft Project

I'm trying to make an Office taskpane app, that can access a resources calendar exceptions, and display them to the user. I managed to access the resources, I can get a lot of its fields, but not the calendar exceptions. It seems like, those are…
Laureant
  • 979
  • 3
  • 18
  • 47