• Construct a formula-bearing Cell.

    Parameters

    • ref: CellRef

      Position of the new cell.

    • text: string

      Original formula source text (with leading =).

    • ast: Ast

      Parsed AST corresponding to text.

    Returns Cell

    Cell whose value is in the formula state.