public class ExcelExtractor extends POITextExtractor
loci.poi.hssf.eventusermodel.examples.XLS2CSVmradocument| Constructor and Description | 
|---|
ExcelExtractor(HSSFWorkbook wb)  | 
ExcelExtractor(POIFSFileSystem fs)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getText()
Retreives the text contents of the file 
 | 
void | 
setFormulasNotResults(boolean formulasNotResults)
Should we return the formula itself, and not
  the result it produces? Default is false 
 | 
void | 
setIncludeSheetNames(boolean includeSheetNames)
Should sheet names be included? Default is true 
 | 
public ExcelExtractor(HSSFWorkbook wb)
public ExcelExtractor(POIFSFileSystem fs) throws IOException
IOExceptionpublic void setIncludeSheetNames(boolean includeSheetNames)
public void setFormulasNotResults(boolean formulasNotResults)
public String getText()
getText in class POITextExtractorCopyright © 2014 Open Microscopy Environment