Expand description
The Sheet type: a worksheet’s cells, its formula evaluation, and the
dependency-tracked recalculation over them.
Structs§
- Context
- Context for evaluating expressions, containing references to other sheets
- Sheet
- One worksheet: a grid of cells, the formulas over them, and the dependency graph that keeps them up to date.
- Sheet
Init - Arguments for
Sheet::new.Defaultgives a 10x5 sheet with a generated id and the nametable_1.
Enums§
- Direction
- Which way a fill or selection extends from its anchor cell.
Functions§
- get_
word_ boundaries_ from_ str - The word surrounding
char_offsetintext, as a half-open range of character indices.