pub fn compare_values(
old: &CellValue,
new: &CellValue,
opts: &ValueCompareOptions,
) -> Option<ValueChange>Expand description
Compare two CellValues under the supplied options.
Returns Some(ValueChange) when the values differ; None when equal.