Package loci.poi.hssf.usermodel
Interface HSSFErrorConstants
-
public interface HSSFErrorConstants
contains constants representing Excel error codes.- Author:
- Michael Harhen
-
-
Field Summary
Fields Modifier and Type Field Description static byte
ERROR_DIV_0
static byte
ERROR_NA
static byte
ERROR_NAME
static byte
ERROR_NULL
static byte
ERROR_NUM
static byte
ERROR_REF
static byte
ERROR_VALUE
-
-
-
Field Detail
-
ERROR_NULL
static final byte ERROR_NULL
- See Also:
- Constant Field Values
-
ERROR_DIV_0
static final byte ERROR_DIV_0
- See Also:
- Constant Field Values
-
ERROR_VALUE
static final byte ERROR_VALUE
- See Also:
- Constant Field Values
-
ERROR_REF
static final byte ERROR_REF
- See Also:
- Constant Field Values
-
ERROR_NAME
static final byte ERROR_NAME
- See Also:
- Constant Field Values
-
ERROR_NUM
static final byte ERROR_NUM
- See Also:
- Constant Field Values
-
ERROR_NA
static final byte ERROR_NA
- See Also:
- Constant Field Values
-
-