pub fn fn_xor(args: &[Expr], ctx: &mut Evaluator<'_>) -> Result<CellValue>
XOR(logical1, [logical2], …) - returns TRUE if an odd number of arguments are TRUE.