@MetaInfServices(value=org.apache.any23.extractor.Extractor.class) public class ExcelExtractor extends Object implements Extractor.ContentExtractor
Extractor.ContentExtractor able to process
a MS Excel 97-2007+ file format .xls/.xlsx and
convert the detected content to triples.
This extractor is based on
Apache POI-HSSF and POI-XSSF Java API.Extractor.BlindExtractor, Extractor.ContentExtractor, Extractor.TagSoupDOMExtractor| Constructor and Description |
|---|
ExcelExtractor() |
| Modifier and Type | Method and Description |
|---|---|
ExtractorDescription |
getDescription() |
boolean |
isStopAtFirstError() |
void |
run(ExtractionParameters extractionParameters,
ExtractionContext context,
InputStream in,
ExtractionResult er) |
void |
setStopAtFirstError(boolean f) |
public boolean isStopAtFirstError()
public void setStopAtFirstError(boolean f)
setStopAtFirstError in interface Extractor.ContentExtractorpublic ExtractorDescription getDescription()
getDescription in interface Extractor<InputStream>public void run(ExtractionParameters extractionParameters, ExtractionContext context, InputStream in, ExtractionResult er) throws IOException, ExtractionException
run in interface Extractor<InputStream>IOExceptionExtractionExceptionCopyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.