org.textmining.extraction.excel
Class ExcelTextExtractor

java.lang.Object
  extended by org.textmining.extraction.excel.ExcelTextExtractor
All Implemented Interfaces:
TextExtractor

public class ExcelTextExtractor
extends java.lang.Object
implements TextExtractor


Constructor Summary
ExcelTextExtractor(java.io.InputStream in)
           
 
Method Summary
 java.lang.String getText()
           
 void getText(java.io.Writer writer)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelTextExtractor

public ExcelTextExtractor(java.io.InputStream in)
                   throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getText

public java.lang.String getText()
                         throws java.io.IOException
Specified by:
getText in interface TextExtractor
Throws:
java.io.IOException

getText

public void getText(java.io.Writer writer)
             throws java.io.IOException
Specified by:
getText in interface TextExtractor
Throws:
java.io.IOException