Skip to main content

Module utils

Module utils 

Source

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.