pub fn cell_in_range( row_id: &str, field: &str, row_ids: &[String], fields: &[String], range: NormalizedCellRange, ) -> bool
Whether a cell lies inside a normalized range.