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
1
vote
1 answer

Read content control in word using office js apps

is there any option to read/write content control from word 2013 using office Apps(office Add-in) or office.js API's
Venkat
  • 115
  • 2
  • 14
1
vote
1 answer

How to ignore/clear Excel Task Pane App cache?

I am writing a Task Pane app for Excel using the Office JavaScript API. In this app I request data from an other server and show this data in the Excel worksheet. changes in the worksheet can also be uploaded to the server. The requests are simple…
Rene
  • 331
  • 7
  • 16
1
vote
0 answers

window.opener is null in 'Office 2013 mail app' in 'Outlook 2016 for mac'

I have created a mail app using Office 2013 and visual studio. It points to our webpage which has few hyperlinks. We open new windows on clicking these hyperlinks. The app works fine in outlook for desktop with my Office 365 account. However, issue…
1
vote
1 answer

Launching an 'App for Office' from the iOS Office app

I have developed an 'App for Office' (for Word) that runs as a task-pane app. When I open a Word Document, I can add my app and let it run on the task-pane. How can I run my app when I am on my iPhone/iPad and using the iOS version of Microsoft…
Guven
  • 2,280
  • 2
  • 20
  • 34
1
vote
1 answer

how to use built in functions for excel in office app development

I am trying to develop office app for Excel for that i want to use the built in functions of excel like abs,sum,Avg and so on. I have gone through the office app documentation but didn't found any…
Vallabha
  • 1,591
  • 3
  • 13
  • 21
1
vote
2 answers

Office Apps, how send copy of doc file with ajax to C# controller

hello i have this problem: I have a addins for office(word); I want to send a copy of current file (.docx) to C# controller, i have this code now, at this stage of the code i get a array of chars or somethis in the "yourfile", how ca i get a .docx…
1
vote
1 answer

How to prevent caching of AngularJs views in Office Task Pane App

I am building an Office Web App in AngularJs, and my views are being cached, I'm am trying to work out how to prevent caching of my AngularJS views. Changes the Index.html file and as *.js are reflected in the tab pane, but any changes in the view…
Paul T Davies
  • 2,527
  • 2
  • 22
  • 39
1
vote
1 answer

How to get the e-mail header in Outlook App

How to get the e-mail header from an Office Mail App (the purpose of the app is to display some of the information found in the header)? I have failed to find any useful docs or sample on this. As the e-mail header I mean the text which looks like…
alik
  • 2,244
  • 3
  • 31
  • 44
1
vote
1 answer

Lose selection after inserting in word using office.js

Im builing an office app that will run inside Microsoft Word. I'm using office.js create it. So far I have been able to insert text into the document using the API, but the text it inserts, appears selected, making the app UX suffer since the user…
Nicolas Saul
  • 143
  • 1
  • 11
1
vote
1 answer

How do I determine JavaScript API for Office Version Number (App for Office 2013 Project)

When creating a new Visual Studio 2013 "App for Office 2013" project, how do I determine what version the JavaScript API for Office is? I see examples at Microsoft's…
barrypicker
  • 9,740
  • 11
  • 65
  • 79
1
vote
0 answers

Authenticate to sharepoint online from non .net platfom

I want to authenticate to my sharepoint online portal from any office app. So as first step i'm trying to get token from https://login.microsoftonline.com/extSTS.srf but i can't do it. My code as below. I searched internet but all codes are same and…
1
vote
2 answers

SharePoint-hosted Task pane app not authenticating

Summary: I have an Office 365 E3 account where I'm trying to deploy a Word task pane app that will read some SharePoint list data. Right now, I'm just trying to get the task pane app to load, however, it shows the Office 365 login page (in the pane)…
jgo
  • 372
  • 2
  • 12
1
vote
1 answer

Insert chart into Excel content pane app by using Javascript API?

In App for Office, it support to create task pane app by using javascript/html, now i want to know how to insert chart into Excel content app by using JavaScript API.
0
votes
0 answers

Allow Office Web Apps Viewer in htaccess

I'm using Office Web Apps Viewer to display the contents of files that are in a folder protected by htaccess. But when the iframe is loaded it shows the content of my 403 Forbidden error page instead of the content of the chosen file. I've used the…
Kirito
  • 165
  • 2
  • 9
0
votes
1 answer

How to uninstall individual apps from MS Office 2021?

I just want to install Word, Excel and PowerPoint from Office 2021 however, there is no option to opt-out from other apps getting installed alongside. Is there any way to uninstall those useless apps easily?