-
-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebAsyncWrapper available on Mac #371
Comments
@barnabygordon I've looked really hard at possible options for this and there are some possibilities for adding async support on Mac, but they are all very difficult / may not work. It should be simple to allow Excel / OS a chance to do some work with Another thing to note is that if you are making a web request as part of a worksheet function (e.g. I would try adding a Lines 1638 to 1645 in ee6f34d
|
@timhall thank you for the rapid response! I just tried modifying I am executing my function as part of a worksheet (e.g. The api that I'm using can accept an array or arguments and return multiple values, so a more efficient way to approach this may be to execute a single http request and then distribute the response amongst each of the cells. Do you know if this is at all possible? |
I'm trying to execute a large number of http requests across many cells using the same function but anything more than 10 function calls is just too slow.
I'm hoping that the WebAsyncWrapper can help me out (from what I've read here #352) but I need my module to run on Mac's as well as Windows systems.
Is any work being done (or can be done) to adapt the WebAsyncWrapper for use on Mac?
The text was updated successfully, but these errors were encountered: