Module refs

Module refs 

Source
Expand description

Defines types for cell references.

Structs§

CCol
Basic cell reference.
CRow
Basic cell reference.
CellRange
A cell-range.
CellRef
A reference to a cell, possibly in another sheet in another file.
ColRange
A range over columns.
RowRange
A range over rows.

Functions§

parse_cellrange
Parse a cell reference.
parse_cellranges
Parse a list of range refs
parse_cellref
Parse a cell reference.
parse_colrange
Parse a cell reference.
parse_rowrange
Parse a cell reference.