public class OldExcelParser
extends org.apache.tika.parser.AbstractParser
| Constructor and Description |
|---|
OldExcelParser() |
| Modifier and Type | Method and Description |
|---|---|
Set<org.apache.tika.mime.MediaType> |
getSupportedTypes(org.apache.tika.parser.ParseContext context) |
void |
parse(InputStream stream,
ContentHandler handler,
org.apache.tika.metadata.Metadata metadata,
org.apache.tika.parser.ParseContext context)
Extracts properties and text from an MS Document input stream
|
protected static void |
parse(org.apache.poi.hssf.extractor.OldExcelExtractor extractor,
org.apache.tika.sax.XHTMLContentHandler xhtml) |
protected static void parse(org.apache.poi.hssf.extractor.OldExcelExtractor extractor,
org.apache.tika.sax.XHTMLContentHandler xhtml)
throws org.apache.tika.exception.TikaException,
IOException,
SAXException
org.apache.tika.exception.TikaExceptionIOExceptionSAXExceptionpublic Set<org.apache.tika.mime.MediaType> getSupportedTypes(org.apache.tika.parser.ParseContext context)
public void parse(InputStream stream, ContentHandler handler, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context) throws IOException, SAXException, org.apache.tika.exception.TikaException
IOExceptionSAXExceptionorg.apache.tika.exception.TikaExceptionCopyright © 2007–2023 The Apache Software Foundation. All rights reserved.