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

Async example? #8

Open
mainrs opened this issue Apr 15, 2019 · 1 comment
Open

Async example? #8

mainrs opened this issue Apr 15, 2019 · 1 comment

Comments

@mainrs
Copy link

mainrs commented Apr 15, 2019

I have some heavy calculations to do and would love to make them async if possible. Basically a huge number of cells that each would use a given formula that I implement in rust.

Could you help me out on how I would make that formula async so it runs faster?
I have about 350000 rows and sequentially calculating them takes ages.

@ronniec95
Copy link

ronniec95 commented Jan 8, 2021

Hi, I know this is an old comment but I've added async support on my fork of this

https://github.com/ronniec95/xladd-derive

It uses a proc macro to make it easy to write excel udfs.

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