|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mmbase.module.lucene.extraction.impl.POIExcelExtractor
public class POIExcelExtractor
Use POI to extract text from a MS Excel document
| Constructor Summary | |
|---|---|
POIExcelExtractor()
|
|
| Method Summary | |
|---|---|
String |
extract(InputStream input)
Extract text from a source |
String |
getMimeType()
Mimetype this Extractor handles |
void |
setMimeType(String mimetype)
Mimetype this Extractor handles |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public POIExcelExtractor()
| Method Detail |
|---|
public void setMimeType(String mimetype)
Extractor
setMimeType in interface Extractormimetype - String representing the MIME Typepublic String getMimeType()
Extractor
getMimeType in interface Extractor
public String extract(InputStream input)
throws Exception
Extractor
extract in interface Extractorinput - InputStream where the data comes from
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||