In the "Custom Functions' section of the Excel API documentation, there is a subsection for "UI-less custom functions". However, while they talk about authentication issues, how to debug, and runtime differences, they never explicitly state how to create such a project. How is this done?
Just for the sake of clarity, I'm hoping to create an Excel add-in that provides a few custom functions but does not have a taskpane and thus (hopefully) does not require a web server to serve the corresponding html to end users. Is this within the scope of a UI-less custom function?