After building a project and installing all the required dependencies, uploading the manifest of an Excel custom function over excel-web produces an error.
The excel custom function is a yeoman generated office add-in which has custom functions according to our needs. After the functions are created, we needed to test the functions on different platforms. We tried to upload the manifest onto excel-web, but it gives an Add-in error.
The manifest has been validated.
We have validated the manifest, and it passed all the test but while side-loading it on excel-web, there is an add-in error which prevents any of the custom functions from working.
We have used Excel custom functions along with angular framework. The project working fine on local environment, but we want to try out our custom functions on other platforms. We are facing issue while side-loading it on excel-web.