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

Reading larger xlsx files is too slow #262

Closed
DeaJason opened this issue Aug 24, 2023 · 4 comments · Fixed by #290
Closed

Reading larger xlsx files is too slow #262

DeaJason opened this issue Aug 24, 2023 · 4 comments · Fixed by #290
Labels
bug Something isn't working

Comments

@DeaJason
Copy link

The plug-in is easy to use, but its performance is poor, and it is not friendly to large files. It takes 4-5 minutes for a 4M file. Do you consider improving the performance of reading large files?

@paulinofonsecas
Copy link

I entered this repository exactly through this problem. I hope the creator or another maintainer can resolve it as soon as possible.

@paulinofonsecas
Copy link

Checkout this comment #96

@FauconSpartiate FauconSpartiate added the bug Something isn't working label Oct 28, 2023
@FauconSpartiate
Copy link
Contributor

FauconSpartiate commented Oct 28, 2023

You can use isolates to run the number crunching on a different thread, while keeping the UI thread smooth.

See:
#96 (comment)
and
https://api.flutter.dev/flutter/foundation/compute.html?ref=blog.flutter.wtf

@FauconSpartiate
Copy link
Contributor

@DeaJason @paulinofonsecas Fixed in #290

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants