Class XSSFExcelExtractorDecorator
java.lang.Object
org.apache.tika.parser.microsoft.ooxml.AbstractOOXMLExtractor
org.apache.tika.parser.microsoft.ooxml.XSSFExcelExtractorDecorator
- All Implemented Interfaces:
OOXMLExtractor
- Direct Known Subclasses:
XSSFBExcelExtractorDecorator
-
Constructor Summary
ConstructorsConstructorDescriptionXSSFExcelExtractorDecorator(ParseContext context, POIXMLTextExtractor extractor, Locale locale) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetXHTML(ContentHandler handler, Metadata metadata, ParseContext context) Parses the document into a sequence of XHTML SAX events sent to the given content handler.voidprocessSheet(XSSFSheetXMLHandler.SheetContentsHandler sheetContentsExtractor, Comments comments, StylesTable styles, ReadOnlySharedStringsTable strings, InputStream sheetInputStream) Methods inherited from class org.apache.tika.parser.microsoft.ooxml.AbstractOOXMLExtractor
getDocument, getMetadataExtractor
-
Constructor Details
-
XSSFExcelExtractorDecorator
public XSSFExcelExtractorDecorator(ParseContext context, POIXMLTextExtractor extractor, Locale locale)
-
-
Method Details
-
getXHTML
public void getXHTML(ContentHandler handler, Metadata metadata, ParseContext context) throws SAXException, XmlException, IOException, TikaException Description copied from interface:OOXMLExtractorParses the document into a sequence of XHTML SAX events sent to the given content handler.- Specified by:
getXHTMLin interfaceOOXMLExtractor- Overrides:
getXHTMLin classAbstractOOXMLExtractor- Throws:
SAXExceptionXmlExceptionIOExceptionTikaException- See Also:
-