Introspection: add col/row manipulations
[gnumeric.git] / test / t6003-lookfuns.pl
blob0937e309e5f42c8fb7f4e1dc721a562ae7af6d7b
1 #!/usr/bin/perl -w
2 # -----------------------------------------------------------------------------
4 use strict;
5 use lib ($0 =~ m|^(.*/)| ? $1 : ".");
6 use GnumericTest;
8 &message ("Check the xls exporter.");
9 &test_exporter ("$samples/excel/lookfuns.xls");