Snapper 1.1 API

org.enhydra.snapper.parsers.fileparsers.parsers.excelparser
Class ExcelToText

java.lang.Object
  extended by org.enhydra.snapper.parsers.fileparsers.parsers.excelparser.ExcelToText
All Implemented Interfaces:
ExcelConverter

public class ExcelToText
extends java.lang.Object
implements ExcelConverter


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, long newTimeLimit)
           
 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

ExcelToText

public ExcelToText()
Method Detail

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

Snapper 1.1 API