Package | Description |
---|---|
org.zkoss.poi.ss.formula.ptg |
formula package contains binary PTG structures used in Formulas
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
Modifier and Type | Field and Description |
---|---|
static ErrPtg |
ErrPtg.DIV_ZERO
#DIV/0!
|
static ErrPtg |
ErrPtg.N_A
#N/A - Argument or function not available
|
static ErrPtg |
ErrPtg.NAME_INVALID
#NAME?
|
static ErrPtg |
ErrPtg.NULL_INTERSECTION
#NULL!
|
static ErrPtg |
ErrPtg.NUM_ERROR
#NUM!
|
static ErrPtg |
ErrPtg.REF_INVALID
#REF!
|
static ErrPtg |
ErrPtg.VALUE_INVALID
#VALUE!
|
Modifier and Type | Method and Description |
---|---|
static ErrPtg |
ErrPtg.read(LittleEndianInput in) |
static ErrPtg |
ErrPtg.valueOf(int code) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.