pub fn compare_values(lhs: &CellValue, rhs: &CellValue) -> OrderingExpand description
Compare two CellValues for ordering. Uses Excel comparison semantics: numbers compare numerically, strings compare case-insensitively, mixed types rank as: empty < number < string < bool.