Class FeatFormulaErr2
java.lang.Object
org.apache.poi.hssf.record.common.FeatFormulaErr2
- All Implemented Interfaces:
SharedFeature
Title: FeatFormulaErr2 (Formula Evaluation Shared Feature) common record part
This record part specifies Formula Evaluation invalid input: '&' Error Ignoring data
for a sheet, stored as part of a Shared Feature. It can be found in
records such as FeatRecord
.
For the full meanings of the flags, see pages 669 and 670
of the Excel binary file format documentation and/or
https://msdn.microsoft.com/en-us/library/dd924991%28v=office.12%29.aspx
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
boolean
void
void
setCheckCalculationErrors
(boolean checkCalculationErrors) void
setCheckDateTimeFormats
(boolean checkDateTimeFormats) void
setCheckEmptyCellRef
(boolean checkEmptyCellRef) void
setCheckInconsistentFormulas
(boolean checkInconsistentFormulas) void
setCheckInconsistentRanges
(boolean checkInconsistentRanges) void
setCheckNumbersAsText
(boolean checkNumbersAsText) void
setCheckUnprotectedFormulas
(boolean checkUnprotectedFormulas) void
setPerformDataValidation
(boolean performDataValidation) toString()
-
Constructor Details
-
FeatFormulaErr2
public FeatFormulaErr2() -
FeatFormulaErr2
-
-
Method Details
-
toString
- Specified by:
toString
in interfaceSharedFeature
- Overrides:
toString
in classObject
-
serialize
- Specified by:
serialize
in interfaceSharedFeature
-
getDataSize
public int getDataSize()- Specified by:
getDataSize
in interfaceSharedFeature
-
_getRawErrorCheckValue
public int _getRawErrorCheckValue() -
getCheckCalculationErrors
public boolean getCheckCalculationErrors() -
setCheckCalculationErrors
public void setCheckCalculationErrors(boolean checkCalculationErrors) -
getCheckEmptyCellRef
public boolean getCheckEmptyCellRef() -
setCheckEmptyCellRef
public void setCheckEmptyCellRef(boolean checkEmptyCellRef) -
getCheckNumbersAsText
public boolean getCheckNumbersAsText() -
setCheckNumbersAsText
public void setCheckNumbersAsText(boolean checkNumbersAsText) -
getCheckInconsistentRanges
public boolean getCheckInconsistentRanges() -
setCheckInconsistentRanges
public void setCheckInconsistentRanges(boolean checkInconsistentRanges) -
getCheckInconsistentFormulas
public boolean getCheckInconsistentFormulas() -
setCheckInconsistentFormulas
public void setCheckInconsistentFormulas(boolean checkInconsistentFormulas) -
getCheckDateTimeFormats
public boolean getCheckDateTimeFormats() -
setCheckDateTimeFormats
public void setCheckDateTimeFormats(boolean checkDateTimeFormats) -
getCheckUnprotectedFormulas
public boolean getCheckUnprotectedFormulas() -
setCheckUnprotectedFormulas
public void setCheckUnprotectedFormulas(boolean checkUnprotectedFormulas) -
getPerformDataValidation
public boolean getPerformDataValidation() -
setPerformDataValidation
public void setPerformDataValidation(boolean performDataValidation)
-