Class XSSFSheetXMLHandler

java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class XSSFSheetXMLHandler extends DefaultHandler
This class handles the streaming processing of a sheet#.xml sheet part of a XSSF .xlsx file, and generates row and cell events for it. This allows to build functionality which reads huge files without needing large amounts of main memory. See XSSFSheetXMLHandler.SheetContentsHandler for the interface that you need to implement for reading information from a file.