Class OperandResolver

java.lang.Object
io.keikai.range.formula.OperandResolver

public final class OperandResolver extends Object
Coercion helpers for ValueEval operands. Mirror of Apache POI's org.apache.poi.ss.formula.eval.OperandResolver — only the methods Keikai actually uses are implemented (single-value extraction + scalar coercion to String / int / double).

POI removal Keikai-native helper. Lets the kkex formula-bridge code (ELEval / ELEvalFunction) coerce custom-function arguments without pulling POI in.

Since:
7.0.0