pub fn parse_range_ref(s: &str) -> Result<CellRange, ExcelMcpError>Expand description
Parse a range reference in “A1:B2” notation into a CellRange.
pub fn parse_range_ref(s: &str) -> Result<CellRange, ExcelMcpError>Parse a range reference in “A1:B2” notation into a CellRange.