-
I am trying to use zip.js and then to attach the resulting .zip file.
I took this demo:
https://gildas-lormeau.github.io/zip.js/demos/demo-create-file.js
addFileAttachmentAsync fails with a kind …
-
> Note: This repo is only for questions related to its samples. If you have questions about how to use office.js or the Office developer platform, please post your question on https://stackoverflow.co…
-
The stackoverflow tag linked on https://github.com/OfficeDev/Office-Addin-Scripts is completely empty, so please allow me to ask a question here:
Should the certificate that gets created by office-…
-
The server hosting our add-in recently added a policy requiring minimum TLS 1.3.
Our add-in continued to work fine on Mac and Online versions of Excel, but immediately stopped working on Windows (a…
-
# Prerequisites
# Expected behavior
I wanted to create the scaffolding for a Microsoft Word Add-in.
# Current behavior
The add-in will create manifest files for every other MS applicat…
-
## Summary
In Office event handlers (such as ribbon button handlers), `Office.addin.showAsTaskpane` does not work until `event.completed()` is called.
## Your Environment
* Platform [PC deskt…
-
# Provide required information needed to triage your issue
## Your Environment
* Platform [PC desktop, Mac, iOS, Office on the web]: Outlook Web and Outlook Desktop for Windows (New Outlook)
* …
-
Recently the behaviour of the Outlook AddIn changed. Before if you opened a task pane it would close automatically as soon as you clicked a different message in the Outlook email message list.
* P…
-
# Provide required information needed to triage your issue
The property event.options is of a different type in classic outlook and in browsers/new look outlook.
## Your Environment
* Platfor…
-
## Some background
Our Excel JS addin contains a range of custom functions and is used by our clients which frequently build workbooks of significant size with as many as 100K-150K formulas involved.…