xlsx-calc
xlsx-calc copied to clipboard
Fixes <> operator considering 0 to be equal to empty string ""
Fixes the operator for difference to a strict difference as before this change 0 would be considered as equal to an empty string which should be false.
A test has been added for this behaviour.