Skip to content
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

How to implement asynchronous UDF's #63

Open
jk89 opened this issue Jul 30, 2020 · 2 comments
Open

How to implement asynchronous UDF's #63

jk89 opened this issue Jul 30, 2020 · 2 comments

Comments

@jk89
Copy link

jk89 commented Jul 30, 2020

Hi there,

Great library, I'm a big fan. I've got to the stage where I'de like to implement a few UDF which equate to restful API requests. Now ideally I'de like to use my already existing API client which is run via promises. I was wondering how it could be possible to extend the code to enable such a feature.

I guess I'd need to promify methods like update_cell_value, the calculator class execute method and any method which contains formula.exec_formula. Do you have any recommendations or advice for this idea?

[EDIT] I just noticed their is a promise branch. Is this branch working?

@fabiooshiro
Copy link
Owner

this branch isnt working

@fabiooshiro
Copy link
Owner

and yes async await will be great feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants