2 # -----------------------------------------------------------------------------
5 use lib
($0 =~ m
|^(.*/)| ?
$1 : ".");
8 &message
("Check the ods exporter.");
10 my $src = "$samples/excel/lookfuns.xls";
11 &GnumericTest
::report_skip
("file $src does not exist") unless -r
$src;
16 &GnumericTest
::junkfile
($tmp);
17 system ("$ssconvert $src $tmp");
19 &test_exporter
($tmp);