I'm building an Excel add-in using the Microsoft JavaScript API, and I'm having trouble making POST requests within a custom function. I am able to make a POST request just fine within a taskpane, but the same exact code is not working within a custom function.
Is there a way to make POST requests within custom functions? I know someone asked this question already here: Unable to get POST request working in Excel custom functions. But I wasn't entirely sure what the answer meant.
Thanks in advance!