Skip to main content

flat_sqref

Function flat_sqref 

Source
pub fn flat_sqref(sqref: &str) -> Result<HashMap<i32, Vec<Vec<i32>>>, String>
Expand description

Converts a reference sequence such as "A1 A2:B3" to a map of column number to a sorted list of [col, row] coordinates.