xzel23 / meja

A library for manipulating and displaying spreadsheet (Excel) and other data in Java
http://xzel23.github.io/meja/
Apache License 2.0
2 stars 0 forks source link

Read XLS(X) directly into GenericWorkbook #12

Open xzel23 opened 7 years ago

xzel23 commented 7 years ago

It should be possible to read XLS(X) files directly into a GenericWorkbook using a SAX parser. This should greatly reduce memory usage when manipulating large workbooks.

xzel23 commented 7 years ago

Will look into this once https://bz.apache.org/bugzilla/show_bug.cgi?id=60707 lands in POI.