How to open external Link correctly defined in "helpurl" property for custom function - Microsoft Q&A
Our company is developing a excel online addin. We try to register into MS store but we are asked to provide help document for custom functions.
We follow the MS document to provide help information by setting "helpurl" in functions.json. We test the excel addin in Excel desktop, the help document can be opened in chrome. But the help document fail to open correct web site when we try to open the help in excel online. We think it may be a bug since the "helpurl" can be external link as the document said (https://learn.microsoft.com/en-us/office/dev/add-ins/excel/custom-functions-json#json-metadata-example)