Class XSSFBExcelExtractorDecorator
java.lang.Object
org.apache.tika.parser.microsoft.ooxml.AbstractOOXMLExtractor
org.apache.tika.parser.microsoft.ooxml.XSSFExcelExtractorDecorator
org.apache.tika.parser.microsoft.ooxml.XSSFBExcelExtractorDecorator
- All Implemented Interfaces:
OOXMLExtractor
@Deprecated(since="2026-04-30")
public class XSSFBExcelExtractorDecorator
extends XSSFExcelExtractorDecorator
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionXSSFBExcelExtractorDecorator(ParseContext context, POIXMLTextExtractor extractor, Locale locale) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidgetXHTML(ContentHandler handler, Metadata metadata, ParseContext context) Deprecated.Parses the document into a sequence of XHTML SAX events sent to the given content handler.Methods inherited from class org.apache.tika.parser.microsoft.ooxml.XSSFExcelExtractorDecorator
processSheetMethods inherited from class org.apache.tika.parser.microsoft.ooxml.AbstractOOXMLExtractor
getDocument, getMetadataExtractor
-
Constructor Details
-
XSSFBExcelExtractorDecorator
public XSSFBExcelExtractorDecorator(ParseContext context, POIXMLTextExtractor extractor, Locale locale) Deprecated.
-
-
Method Details
-
getXHTML
public void getXHTML(ContentHandler handler, Metadata metadata, ParseContext context) throws SAXException, XmlException, IOException, TikaException Deprecated.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 classXSSFExcelExtractorDecorator- Throws:
SAXExceptionXmlExceptionIOExceptionTikaException- See Also:
-