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

Read large xlsx files #38

Open
mla-alm opened this issue Oct 8, 2022 · 1 comment
Open

Read large xlsx files #38

mla-alm opened this issue Oct 8, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@mla-alm
Copy link

mla-alm commented Oct 8, 2022

Is your feature request related to a problem? Please describe.
Very large xlsx files explodes the memory usage or is unable to be loaded.

Describe the solution you'd like
If one only cares about reading data from very large xlsx files, then by utilizing the streams it is possible to minimize the memory usage and improve performance.

Additional context
A working sketch can be found on my fork. If you have any interest in such a feature, please let me know.

@mla-alm mla-alm added the enhancement New feature or request label Oct 8, 2022
@rabanti-github
Copy link
Owner

Hi,
Thank you for the input and the PoC.
Currently. I am doing a complete re-engineering (mostly structural) on the library (branch: dev-v3). The main goal is modularization. Therefore, the architecture may change in the upcoming version a little bit (or more).
However, I am always interested in making the library more efficient. Maybe your approach can be incorporated or provided as module.
I will link this issue and your fork in the Backlog.

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

No branches or pull requests

2 participants