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

Office App Ajax with auth header, connecting to secured web api 2 backend with cors enabled

I'm building a content panel app for Office. Part of that requires authenticating an account against a server. I've implemented my own AuthorizationFilterAttribute on my web api 2 controllers, and called config.EnableCors(new…
Lucas
  • 643
  • 1
  • 9
  • 21
0
votes
1 answer

How to get the name of currently running app in an App for office 2013

I am working on app for office 2013, now when i create a project it asks what capabilities do i like this to work for like word, excel, etc... that information is saved in the app manifest and that's fine but how inside the application i can figure…
Ibrahim Amin
  • 69
  • 10
0
votes
1 answer

Publish an app for Office that is packaged as an autohosted app for SharePoint Online Portal

My aim is develop an excel application and use it on my sharepoint online 2013 portal. So I developed an excel task pane app on napa. I downloaded it for visual studio and open it on visual studio 2012. After that I changed it's project type from…
zuhal
  • 49
  • 1
  • 9
0
votes
1 answer

Programatically Re-sizing Office Content App

I am developing an Office content app (Office 2013) to visualize the data. This app has several settings and shown in the user interface where users can make the changes via this user interface. My problem is If the app is re-sized into smaller…
S.Connery
  • 25
  • 6
0
votes
1 answer

How to see officeapp in office365( both desktop and web view)

How to see an office app in office365(both desktop and web). I'm getting an error when I upload in office365 web app "App Warning This app is not available in the Web App. Open this document in desktop version of Office to use the app".
0
votes
1 answer

Error in office app upload in office365 office app

I developed an office app. I want to upload that office app in office365(sky drive). But i'm getting an error App Warning This app is not available in the Web App. Open this document in desktop version of Office to use the app. What should be the…
0
votes
1 answer

Check for internet connection in Office task pane apps

I have made a task pane office app which involves the usage of internet (of course). For the successful working, I need to check whether the device is connected to the internet otherwise. If not, the app would crash. I have checked other…
YashVj
  • 63
  • 10
0
votes
1 answer

Procedure to perform a web search (Bing) in Office 2013 task pane app

I am trying to make an office 2013 task pane app where it is required to make a web search and display the result in the task pane. Please explain the processes involved. There is not much given in MSDN. Thank You!
0
votes
1 answer

components required when creating new App for Office 2013 project

Using VS 2012 , when I create App for Office 2013 , it's show me this error . Using this link , I've install Office Developer Tools for Visual Studio 2012 . How can I fix this ? Where can I download required components ? Thanks in Advance :)
zey
  • 5,939
  • 14
  • 56
  • 110
0
votes
2 answers

where to publish office 2013 App content files

I have developed an App for office 2013 using NAPA. Now i want to publish it to office store. There is too much links to that and I'm confused between them. On the NAPA left pane, there is button to publish the app. It then asked me to enter URL of…
ebram khalil
  • 8,252
  • 7
  • 42
  • 60
-1
votes
1 answer

An add-in in Excel for Mac cannot be updated

I have an add-in 10 Studio in AppSource. The current version (on 08/22/2019) is 1.5.1.0. We load well this version in Excel for Windows: However, when we load the same add-in from the add-in Store in Excel for Mac, it returns the version 1.3.0.0. …
SoftTimur
  • 5,630
  • 38
  • 140
  • 292
-1
votes
1 answer

How to get Address from a given Excel Named Range in office.js?

I am pretty new to Office Add-ins with Javascript API, currently i am coding for Excel 2013. I want to get the Cell address for a given Excel Named Range. i have the below code which will give me Columns and Rows count, but do not have an option to…
SSK
  • 783
  • 3
  • 18
  • 42
-1
votes
2 answers

Multilingual Office 365 App

I want to write an app for Office 365 with the JavaScript API. Now I have some trouble with making it available in multiple languages. I did not found an official statement how to implement this. Any ideas or suggestions?
Koopakiller
  • 2,838
  • 3
  • 32
  • 47
-1
votes
1 answer

How to make my office app run just by double click

I have created an office app and if i run it through VS2013 the task pane is getting loaded well. But what i want is to run my xls file just by double clicking on it. I tried by publishing the web app in IIS and publish the office app by using the…
Vallabha
  • 1,591
  • 3
  • 13
  • 21
-1
votes
2 answers

is there is possible to migrate email to the gmail account

i want to develop office app and i want to sync email from outlook to Google account. then, which scope i use? how to pass email data to URL and on which URL? if possible to give me example i use this two scope for authentication or to get user…