On Tue, 1 May 2012, Al Lelopath wrote:
I have functioning code that opens a .xls file and reads it one sheet at a time (instead of opening the entire workbook) in order to limit memory being used. This is accomplished uses the HSSFListener interface. Is it possible to do similarly with a .xslx file?
There's something fairly similar, but it's not identical because the low level details of the formats differ. See http://poi.apache.org/spreadsheet/how-to.html#xssf_sax_api fo details
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
