Introspection: add col/row manipulations
[gnumeric.git] / test / t6004-finfuns.pl
blob81a57deb9cf7715b378864a52064e933c666c3f1
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/finfuns.xls");