mirror of https://github.com/apache/poi.git
Fix a comment
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@682518 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
10d561380d
commit
fc187db058
|
@ -68,7 +68,7 @@ public class ExcelExtractor extends POIOLE2TextExtractor {
|
|||
this.formulasNotResults = formulasNotResults;
|
||||
}
|
||||
/**
|
||||
* Should cell comments be included? Default is true
|
||||
* Should cell comments be included? Default is false
|
||||
*/
|
||||
public void setIncludeCellComments(boolean includeCellComments) {
|
||||
this.includeCellComments = includeCellComments;
|
||||
|
|
Loading…
Reference in New Issue