Enums§
- Direction
- Navigation direction
Functions§
- cell_
reference - col_
name_ to_ index - find_
non_ empty_ cell - Find non-empty cell in specified direction
- index_
to_ col_ name - parse_
cell_ reference - Parse a cell reference like “A1” or “AB123” into (row, col) using 1-based indexing.
- parse_
range - Parse a range like “A1:F10” into ((start_row, start_col), (end_row, end_col)) using 1-based indexing.