Java org.apache.poi.ss.formula.eval OperandResolver fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.ss.formula.eval OperandResolver fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.ss.formula.eval OperandResolver.

The text is from its open source code.

Method

doublecoerceValueToDouble(ValueEval ev)
Applies some conversion rules if the supplied value is not already a number.
ValueEvalgetSingleValue(ValueEval arg, int srcCellRow, int srcCellCol)
Retrieves a single value from a variety of different argument types according to standard Excel rules.