Class XSSFExcelExtractorDecorator

    • Constructor Summary

      Constructors 
      Constructor Description
      XSSFExcelExtractorDecorator​(ParseContext context, org.apache.poi.ooxml.extractor.POIXMLTextExtractor extractor, java.util.Locale locale)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void getXHTML​(org.xml.sax.ContentHandler handler, Metadata metadata, ParseContext context)
      Parses the document into a sequence of XHTML SAX events sent to the given content handler.
      void processSheet​(org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler.SheetContentsHandler sheetContentsExtractor, org.apache.poi.xssf.model.Comments comments, org.apache.poi.xssf.model.StylesTable styles, org.apache.poi.xssf.eventusermodel.ReadOnlySharedStringsTable strings, java.io.InputStream sheetInputStream)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XSSFExcelExtractorDecorator

        public XSSFExcelExtractorDecorator​(ParseContext context,
                                           org.apache.poi.ooxml.extractor.POIXMLTextExtractor extractor,
                                           java.util.Locale locale)
    • Method Detail

      • processSheet

        public void processSheet​(org.apache.poi.xssf.eventusermodel.XSSFSheetXMLHandler.SheetContentsHandler sheetContentsExtractor,
                                 org.apache.poi.xssf.model.Comments comments,
                                 org.apache.poi.xssf.model.StylesTable styles,
                                 org.apache.poi.xssf.eventusermodel.ReadOnlySharedStringsTable strings,
                                 java.io.InputStream sheetInputStream)
                          throws java.io.IOException,
                                 org.xml.sax.SAXException
        Throws:
        java.io.IOException
        org.xml.sax.SAXException