8 questions
0
votes
0
answers
52
views
How to do logging in Office JS Dialog for Excel Addin?
I have an excel addin which opens a dialog. How do I see the logs from the .html page or JS code that actually calls .displayDialogAsync to show the dialog?
For instance, I have a MyFunctions.html ...
0
votes
1
answer
144
views
Publish Outlook Add-in mobile on the Microsoft AppSource marketplace
I have a desktop/web add-in for outlook that is already published on the Microsoft AppSource marketplace.
I updated the manifest to have support for the mobile version. The manifest was verified by ...
0
votes
1
answer
64
views
Unable to load Officejs add-in from App store
This error **Add-in Error** We couldn't connect to the 'Office Store' catalog server for this add-in. is shown when user tries to access the add-in.
See image
Steps to reproduce:
Open new excel file
...
0
votes
2
answers
371
views
How to Extract Comment Text from Selected cells in office js?
I am working on an office js Add-in I am unable to get comments from multiple cells which already commented
screenshot
also, I have read office js document. there is only a single comment example ...
0
votes
0
answers
72
views
Unable to bulk update in indexDb data using jsstore
I am using Indexdb in my project. I am performing an IndexDB operation using JSstore. I am able to perform all operations. But am unable to bulk update. can anyone help me with how can I update bulk ...
0
votes
1
answer
235
views
JsStore Constructor Uncaught TypeError
so I get an error on my console when importing and calling the JsStore library object from within a service worker.
importScripts('https://cdn.jsdelivr.net/npm/[email protected]/dist/jsstore.min.js');
...
0
votes
1
answer
113
views
How to Exclude Excel for the Web in manifest
Is there a simple method to exclude Excel for the Web (free version of Excel) from the manifest requires for our add-in? We are only supporting Office 365 Online, Excel for iPad and the desktop ...
0
votes
0
answers
44
views
Failure about the "Additional Service or Account Disclosures " when submitting the ofice add-in
Critical validations 1 failure(s)
These failures block the publish of your product to our marketplace.
Requirement Policies
General Content
1100.1.4 Additional Service or Account Disclosures
Your ...