-
We saw that you released a new function contextualTab, and we introduced your new function to our excel addin plug-in. Whether the button is editable is very good, we also like it, but when we edit th…
-
I have successfully incorporated NAA-SSO authentication in my addin.
I was using this [sample](https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/auth/Outlook-Add-in-SSO-NAA) as b…
-
### New feature motivation
Currently Prowler generates the CSV outputs using `;` as delimiter. The [CSV RFC](https://datatracker.ietf.org/doc/html/rfc4180) specifies that the delimiter should be `,…
-
I have problems executing an office add-in in multiple Excel documents. One stops running when both are executed in the same time.
To reproduce:
- create two workbooks with 5000 formulas that u…
-
I don't own a Mac but one of my clients does & I installed Dictionary class in my project with varying results according to him. After removing the class from my workbook, I am getting this strange er…
-
I have an Excel COMADDIN plugin written in VB6, and there are four issues during the process of converting to TB:
1、TB Importing VB6 project without importing .Dsr file class
![image](https://gi…
-
I am trying to implement Context menu for Excel.
Here is my test manifest.xml
```
2f6f8f81-0fe3-42e4-9c4e-c93a53ea5894
1.0.0.0
Contoso
en-US
https://…
-
# Expected behavior
I was expecting when I run `npm run start` in an office addin project, (which is the equivalent to:
`office-addin-debugging start manifest.xml`), that the project starts up fa…
-
Hi,
With my team we are working on a Outlook signature add-in.
Our addin adds a signature when the user creates a new message.
## Your Environment
* Platform [PC desktop, Mac, iOS, Office on t…
-
We are developing an outlook web addin using office js Smart alert template.
when composing an email through "forward as attachment" flow, then from office js ,we are not getting the extension of the…