public interface ExcelExtractor
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText()
Retrieves 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 |
setIncludeCellComments(boolean includeCellComments)
Should cell comments be included?
Default is false
|
void |
setIncludeHeadersFooters(boolean includeHeadersFooters)
Should headers and footers be included in the output?
Default is true
|
void |
setIncludeSheetNames(boolean includeSheetNames)
Should sheet names be included?
Default is true
|
void setIncludeSheetNames(boolean includeSheetNames)
includeSheetNames
- true
if the sheet names should be includedvoid setFormulasNotResults(boolean formulasNotResults)
formulasNotResults
- true
if the formula itself is returnedvoid setIncludeHeadersFooters(boolean includeHeadersFooters)
includeHeadersFooters
- true
if headers and footers should be includedvoid setIncludeCellComments(boolean includeCellComments)
includeCellComments
- true
if cell comments should be includedjava.lang.String getText()
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.