pub fn flat_sqref(sqref: &str) -> Result<HashMap<i32, Vec<Vec<i32>>>, String>
Converts a reference sequence such as "A1 A2:B3" to a map of column number to a sorted list of [col, row] coordinates.
"A1 A2:B3"
[col, row]