Uses of Package
io.keikai.range.formula

Packages that use io.keikai.range.formula
Package
Description
 
Classes bridging Keikai Spreadsheet formula functions to ZK EL functions.
  • Class
    Description
    Sentinel value representing a blank cell in the formula evaluator.
    Boolean value in the formula evaluator.
    Error value in the formula evaluator (e.g.
    Checked exception thrown by helper-base function implementations (such as TextFunction, MultiOperandNumericFunction) to signal an Excel error result without short-circuiting the entire evaluator.
    User-implementable interface for plugging custom formula functions into Keikai's formula engine.
    Immutable double-precision numeric value in the formula evaluator.
    Reference to a single cell — wraps the cell's value and exposes its coordinates for functions that need them (OFFSET, INDIRECT, CELL, …).
    Immutable string value in the formula evaluator.
    Two-dimensional grid of ValueEval cells.
    Marker interface for all formula-engine value types.
  • Class
    Description
    User-implementable functional interface for plugging custom formula functions into Keikai's formula engine that need access to the evaluation context (cell position, sheet) — the equivalent of POI's org.apache.poi.ss.formula.functions.FreeRefFunction.
    Marker interface for all formula-engine value types.