|
Snapper 1.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.enhydra.snapper.parsers.fileparsers.parsers.excelparser.ExcelToText
Constructor Summary | |
ExcelToText()
|
Method Summary | |
void |
close()
|
java.lang.String |
getConvertedContent()
|
java.lang.String |
getExtension()
|
java.lang.String |
getPureText()
|
void |
init(java.io.File originalFile,
int characterLimit)
|
void |
processRecord(Record record)
This method listens for incoming records and handles them as required. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExcelToText()
Method Detail |
public void init(java.io.File originalFile, int characterLimit)
init
in interface ExcelConverter
public void close()
close
in interface ExcelConverter
public java.lang.String getExtension()
getExtension
in interface ExcelConverter
public java.lang.String getPureText()
getPureText
in interface ExcelConverter
public void processRecord(Record record)
record
- The record that was found while reading.public java.lang.String getConvertedContent()
getConvertedContent
in interface ExcelConverter
|
Snapper 1.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |