On Tue, 9 Dec 2014, [email protected] wrote:
OK, but it should be a more efficient way to read large files, right?
Use a File not an InputStream:
http://poi.apache.org/spreadsheet/quick-guide.html#FileInputStream
And if you're really tight on memory, use the event model not user model
(it's more work for you though):
http://poi.apache.org/spreadsheet/how-to.html#record_aware_event_api
http://poi.apache.org/spreadsheet/how-to.html#xssf_sax_api
Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]