pub fn join_cell_name(col: &str, row: i32) -> Result<String, String>
Joins column name and row number into a cell name.