Interface EvaluationResult

All Known Implementing Classes:
EvaluationResultImpl

public interface EvaluationResult
Result of a formula evaluation. POI removal: the getValueEval() accessor that exposed POI's org.apache.poi.ss.formula.eval.ValueEval was deleted; under the Rust formula engine that wrapper was always populated with concrete NumberEval / StringEval / BoolEval / ErrorEval (never the LazyRefEval / LazyAreaEval the legacy DataValidation / SeriesImpl code looked for), so the field carried no information that getValue() did not already convey.
Since:
3.5.0
Author:
dennis