Skip to main content

Module cell

Module cell 

Source
Expand description

Cell coordinates, dependency edges, and the engine’s error types.

Structs§

CellRef
A cell’s position, plus whether it was written as absolute.
TextCellRef
A caret position: a cell plus an offset within its source text, for the text-editing operations Sheet::insert and Sheet::delete.

Enums§

Dependency
Something a formula reads, and therefore an edge in the recalculation graph.
EngineError
What the engine’s evaluation entry points return on failure.
EvalError
A formula that could not be evaluated at all.
RefType
For either a column or row

Functions§

generate_unique_id
A random 53-bit identifier for a sheet or column.