pub fn parse_cell_ref(s: &str) -> Option<CellRef>
Parse a cell reference string (e.g., “A1”, “BC23”) into a CellRef struct Returns None if the input is invalid