Description
Error installing functions
We are developing an Excel add-in featuring a Task Pane and custom functions. During the development phase, we sideloaded the add-in without any issues. However, after publishing it on the Microsoft 365 Admin Center and subsequently on AppSource, users have reported encountering the error "Error installing functions" when using the add-in on the web, regardless of whether it was obtained from the Admin Center or AppSource.
Occasionally, our custom functions fail to load, resulting in a #NAME? error in the cells.
Your Environment
- Platform [PC desktop, Mac, iOS, Office on the web]: Web
- Host [Excel, Word, PowerPoint, etc.]: Excel
- Office version number: build 16.0.18712.42305
- Operating System: Mac OS, Windows
- Browser (if using Office on the web): Safari, Chrome
Expected behavior
We are expecting custom functions to install and load every time on the web excel when our add-in is installed via AppSource. And not to see an error.
Current behavior
We do see error Error installing functions, and time to time our functions do not load, so we get #NAME? in the cell when calling our functions.
Steps to reproduce
- Open excel on the web.
- Install our add in cmdtyView
- If error does not occur immediately, refresh the page and you will be able to see error.
- Try entering one of our functions. For example
=cmdty.udfs.BCF_LAST(string)