org.enhydra.snapper.parsers.fileparsers.parsers.excelparser
Class ExcelToText
java.lang.Object
org.enhydra.snapper.parsers.fileparsers.parsers.excelparser.ExcelToText
- All Implemented Interfaces:
- ExcelConverter
public class ExcelToText
- extends java.lang.Object
- implements ExcelConverter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcelToText
public ExcelToText()
init
public void init(java.io.File originalFile,
int characterLimit,
long newTimeLimit)
- Specified by:
init
in interface ExcelConverter
close
public void close()
- Specified by:
close
in interface ExcelConverter
getExtension
public java.lang.String getExtension()
- Specified by:
getExtension
in interface ExcelConverter
getPureText
public java.lang.String getPureText()
- Specified by:
getPureText
in interface ExcelConverter
processRecord
public void processRecord(Record record)
- This method listens for incoming records and handles them as required.
- Parameters:
record
- The record that was found while reading.
getConvertedContent
public java.lang.String getConvertedContent()
- Specified by:
getConvertedContent
in interface ExcelConverter
setPageToExtract
public void setPageToExtract(int pageNum)
- Specified by:
setPageToExtract
in interface ExcelConverter