2 # -----------------------------------------------------------------------------
5 use lib
($0 =~ m
|^(.*/)| ?
$1 : ".");
8 my $file = "excel12/ifs-funcs.xlsx";
9 &message
("Check that $file evaluates correctly.");
10 &test_sheet_calc
("$samples/$file", "Overview!C2:C99", sub { /(\s
*0)+\s
*/i
});