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.
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.