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

Memory error and panic on large Excel sheets #433

Open
SgtPepper47 opened this issue May 8, 2024 · 1 comment
Open

Memory error and panic on large Excel sheets #433

SgtPepper47 opened this issue May 8, 2024 · 1 comment

Comments

@SgtPepper47
Copy link

Memory Issue:
When the Excel sheet is too large, the Vec that is created for the range exceeds the machine memory. The application panics and crashes the program. This trickles up to the python interpreter and crashes the python interpreter even in the present of a try except.

@tafia
Copy link
Owner

tafia commented May 14, 2024

I think you want to use worksheet_range_ref and stream the data.

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