Skip to main content

parse_cell_reference

Function parse_cell_reference 

Source
pub fn parse_cell_reference(reference: &str) -> Option<(usize, usize)>
Expand description

Parse a cell reference like “A1” or “AB123” into (row, col) using 1-based indexing.