Class ConstantValueParser
java.lang.Object
org.apache.poi.ss.formula.constant.ConstantValueParser
To support Constant Values (2.5.7) as required by the CRN record.
This class is also used for two dimensional arrays which are encoded by
EXTERNALNAME (5.39) records and Array tokens.
- Author:
- Josh Micich
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
encode
(LittleEndianOutput out, Object[] values) static int
getEncodedSize
(Object[] values) static Object[]
parse
(LittleEndianInput in, int nValues)
-
Method Details
-
parse
-
getEncodedSize
-
encode
-