public class ErrorCheckType
Field Summary | ||
---|---|---|
static final int | CALC | |
check for calculation errors
|
||
static final int | EMPTY_CELL_REF | |
check for references to empty cells
|
||
static final int | TEXT_NUMBER | |
check the format of numeric values
|
||
static final int | INCONSIST_RANGE | |
check formulas with references to less than the entirety
of a range containing continuous data
|
||
static final int | INCONSIST_FORMULA | |
check formulas that are inconsistent with formulas in neighboring cells.
|
||
static final int | TEXT_DATE | |
check the format of date/time values
|
||
static final int | UNPROCTED_FORMULA | |
check for unprotected formulas
|
||
static final int | VALIDATION | |
whether to perform data validation
|
||
static final int | CALCULATED_COLUMN | |
Ignore errors when cells contain a value different from a calculated column formula.
|
public static final int CALC
public static final int EMPTY_CELL_REF
public static final int TEXT_NUMBER
public static final int INCONSIST_RANGE
public static final int INCONSIST_FORMULA
public static final int TEXT_DATE
public static final int UNPROCTED_FORMULA
public static final int VALIDATION
public static final int CALCULATED_COLUMN