public interface ExcelExtractor
Modifier and Type | Method and Description |
---|---|
java.lang.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?
|
void |
setIncludeCellComments(boolean includeCellComments)
Should cell comments be included?
|
void |
setIncludeSheetNames(boolean includeSheetNames)
Should sheet names be included?
|
void setIncludeSheetNames(boolean includeSheetNames)
void setFormulasNotResults(boolean formulasNotResults)
void setIncludeCellComments(boolean includeCellComments)
java.lang.String getText()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.