Questions tagged [office-store]

The Office Store at store.office.com is a location where developers can publish the Office add-ins they've built to everyone. Once your add-in is published to the Office Store, Office users can browse and install it from within Word, PowerPoint, Excel, or other Office applications. Only questions regarding programming can be asked on Stack Overflow. Questions asking about the store's terms & conditions or seeking customer service are off-topic.

162 questions
13
votes
1 answer

Add-in not working in Outlook Web App in classic mode when loaded in Safari

Hi Office 365 (Microsoft 365) Team, I'd like to ask for your help with the certification process. My Outlook add-in has failed certification with only one issue: 1120.3.2.5 Online Safari The add-in is not working in Outlook Web App in Modern &…
Dániel Stein
  • 417
  • 3
  • 16
13
votes
2 answers

Is Office.context.ui.messageParent broken in Outlook 2016 for Mac?

I'm working on an Outlook addin using the new Office-JS apis, and in building out the authentication flow, I've found that in the Outlook 2016 for Mac case, the dialog system seems to not work properly. To be clear, we're using the Office Insider…
Ava
  • 337
  • 1
  • 10
7
votes
1 answer

"Add-In Warning. The license information for this add-in is missing or expired, so it may have limited functionality"

One of our customers is facing an issue while trying to activate an app created by them. The app is published as free of charge. Location: https://store.office.com/en-001/app.aspx?assetid=WA104379484&ui=en-US&rs=en-001&ad=US&appredirect=false It is…
4
votes
0 answers

Add-in Warning: License Information Missing or Expired

I am getting following error in Office Excel Add-in I developed using office.js, only on some machines. Our add-in is a free. I have also found a few people complaining about this behavior for their free add-ins. It seems that this behavior is…
shyam_
  • 2,370
  • 1
  • 27
  • 50
3
votes
1 answer

Add-in rejected for detecting missing features

Our Outlook web add-in failed validation because in compose mode if the client does not support the recipients changed event we show a message to say the add-in is not supported. We did this as we have two different use cases for the add-in. The…
3
votes
1 answer

How to manipulate a HTML-Webresource in Dynamics CRM

I have a webresource for Dynamics CRM. The project will be uploaded to the AppSource. It consists of a .html- and a .js-file. If I try to get the elements of the .html-file with document.getElementById in the .js-file, I get the error message, that…
Dennis Rieke
  • 201
  • 4
  • 18
3
votes
1 answer

Excel Add-in Manifest: Where To Specify Minimum Required API

According to Microsoft's Office add-in documentation. the Requirements element in the manifest specifies "... the minimum set of JavaScript API for Office requirements that your Office Add-in needs to activate." I can't figure out the correct place…
3
votes
2 answers

How to specify requirements for Office (Word + Excel) Addin?

We have an Addin that can run on Word and Excel, but I want to limit it only to specific platforms (Word 2016 or greater, Excel 2016 or greater). How can I do it using Manifest file? Currently I am trying to limit like that:
Alexey Zelenkin
  • 701
  • 1
  • 6
  • 13
2
votes
0 answers

What's the difference between Full and FullRebuild in JS add-ins for Excel 365?

We want to use context.application.calculate(Excel.CalculationType.full). What's the difference between Full and FullRebuild? Namely, what does "This will rebuild the full dependency chain" mean? (link…
sveta_d
  • 103
  • 6
2
votes
1 answer

Outlook / Word Add-in: How to highlight a part of the text (range)

Is there an Outlook/Word add-in api to highlight a section of the text, without really modifying the underlying html of the email or the Word document? The purpose is to notify the user about a relevant section in the text.
2
votes
1 answer

Microsoft App Store Submission does not have access to Email Account to test

I'm trying to get Microsoft to approve an Web addin that takes a user's email attachments and pushes them to our Web Application. We have some very robust testing notes (up to the max in the free form text box that is) and it includes access to an…
Fus Ro Dah
  • 331
  • 5
  • 22
2
votes
0 answers

Add-in suddenly missing from Office Add-in Store on Mac Word

Our word add-in seems to have been removed from the Mac Microsoft store. It was working for over a year and then on Saturday (Feb 29, 2020) it was removed only from the Office Add-on store for Mac clients of Word only. The issue can be reproduced by…
2
votes
1 answer

How can I upload a Dynamics webresource build with webpack for AppSource?

I have a vue.js project build with webpack. It's a webresource for Dynamics CRM. To upload it to the AppSource it has to pass the Power Apps Checker, but the compiled javascript files offend against many rules. These rules are the worst: Do not…
2
votes
1 answer

Sample example - Microsoft regarding Monetize your Office 365 add-in through Microsoft Commercial Marketplace

I have received an email from Microsoft regarding Monetize your Office 365 add-in through Microsoft Commercial Marketplace. I have an excel content pane add-in already listed in app source and is paid, I want to Monetize it through Microsoft. Is…
ozil
  • 6,930
  • 9
  • 33
  • 56
2
votes
0 answers

Office Add-in Not Detecting 'en-gb' Locale in Outlook Desktop

I've been having an issue with locale overriding in my Outlook Add-in. I recently added some simple override logic to the manifest to point the user to our UK sign in process if they are in a UK locale. For example:
Travis
  • 21
  • 2
1
2 3
10 11