org.excel4j
Interface ErrorCode


public interface ErrorCode


Field Summary
static int xlerrDiv0
           
static int xlerrNA
           
static int xlerrName
           
static int xlerrNull
           
static int xlerrNum
           
static int xlerrRef
           
static int xlerrValue
           
 

Field Detail

xlerrNull

static final int xlerrNull
See Also:
Constant Field Values

xlerrDiv0

static final int xlerrDiv0
See Also:
Constant Field Values

xlerrValue

static final int xlerrValue
See Also:
Constant Field Values

xlerrRef

static final int xlerrRef
See Also:
Constant Field Values

xlerrName

static final int xlerrName
See Also:
Constant Field Values

xlerrNum

static final int xlerrNum
See Also:
Constant Field Values

xlerrNA

static final int xlerrNA
See Also:
Constant Field Values