PhpSpreadsheet/unitTests/rawTestData/Calculation/Logical/IF.data

7 lines
120 B
Plaintext
Raw Normal View History

0
TRUE, 0
FALSE, FALSE
TRUE, "ABC", "ABC"
FALSE, "ABC", FALSE
TRUE, "ABC", "XYZ", "ABC"
FALSE, "ABC", "XYZ", "XYZ"