Module cell_expr

Source
Expand description

This module supports the evaluation of a single cell expression using Rhaiscript using the CellExpr::evaluate function.

Structs§

CellExpr
Each cell name is assigned to a cell expression. Evaluating this expression gives the value (CellValue) of the cell at the current point in time, i.e. given the current values of all other cells this cell depends on.

Enums§

CellArgument
The CellArgument enum represents the inputs to the calculation of a cell. These are generally represented by a cell range. For example, A3 indicates a single cell; A3:A5 represents a vector of values, and A3:C5 represents a matrix of values.
CellExprEvalError