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.
- Text
Cell Ref - A caret position: a cell plus an offset within its source text, for the
text-editing operations
Sheet::insertandSheet::delete.
Enums§
- Dependency
- Something a formula reads, and therefore an edge in the recalculation graph.
- Engine
Error - What the engine’s evaluation entry points return on failure.
- Eval
Error - 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.