Skip to main content

Module sheet

Module sheet 

Source
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.
SheetInit
Arguments for Sheet::new. Default gives a 10x5 sheet with a generated id and the name table_1.

Enums§

Direction
Which way a fill or selection extends from its anchor cell.

Functions§

get_word_boundaries_from_str
The word surrounding char_offset in text, as a half-open range of character indices.