I'm new to Office Scripts. Does Office Scripts support sending HTTP requests to a external Web API just like Google Apps Script can?
I'd like to integrate OpenAI API or Gemini API in my Excel document. But I can't find a easy way to implement that. If I can use fetch() API in Office Scripts, that will be so convenient for developers.