org.apache.poi.ss.extractor
Interface ExcelExtractor
-
- All Known Implementing Classes:
- EventBasedExcelExtractor, ExcelExtractor, XSSFEventBasedExcelExtractor, XSSFExcelExtractor
public interface ExcelExtractorCommon interface for Excel text extractors, covering HSSF and XSSF
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.StringgetText()Retreives the text contents of the filevoidsetFormulasNotResults(boolean formulasNotResults)Should we return the formula itself, and not the result it produces? Default is falsevoidsetIncludeCellComments(boolean includeCellComments)Should cell comments be included? Default is falsevoidsetIncludeHeadersFooters(boolean includeHeadersFooters)Should headers and footers be included in the output? Default is truevoidsetIncludeSheetNames(boolean includeSheetNames)Should sheet names be included? Default is true
-
-
-
Method Detail
-
setIncludeSheetNames
void setIncludeSheetNames(boolean includeSheetNames)
Should sheet names be included? Default is true
-
setFormulasNotResults
void setFormulasNotResults(boolean formulasNotResults)
Should we return the formula itself, and not the result it produces? Default is false
-
setIncludeHeadersFooters
void setIncludeHeadersFooters(boolean includeHeadersFooters)
Should headers and footers be included in the output? Default is true
-
setIncludeCellComments
void setIncludeCellComments(boolean includeCellComments)
Should cell comments be included? Default is false
-
getText
java.lang.String getText()
Retreives the text contents of the file
-
-
DataMelt 3.0 © DataMelt by jWork.ORG