|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xpn.xwiki.plugin.lucene.textextraction.MSExcelTextExtractor
public class MSExcelTextExtractor
| Field Summary | |
|---|---|
static int |
DEFAULT_BUFFER_SIZE
|
| Constructor Summary | |
|---|---|
MSExcelTextExtractor()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getText(byte[] data)
Extracts all text from an Excel by parsing all the sheets in that excel document. |
static java.lang.String |
replace(java.lang.String source,
java.lang.String pattern,
java.lang.String replacement)
It will replace all occurances of pattern in the source with replacement value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DEFAULT_BUFFER_SIZE
| Constructor Detail |
|---|
public MSExcelTextExtractor()
| Method Detail |
|---|
public java.lang.String getText(byte[] data)
throws java.lang.Exception
getText in interface MimetypeTextExtractorjava.lang.Exception
public static java.lang.String replace(java.lang.String source,
java.lang.String pattern,
java.lang.String replacement)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||