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? I don't see a XSSFListener class.
