parse_cell_ref

Function parse_cell_ref 

Source
pub fn parse_cell_ref(s: &str) -> Option<CellRef>
Expand description

Parse a cell reference string (e.g., “A1”, “BC23”) into a CellRef struct Returns None if the input is invalid