repo.or.cz
/
gnumeric.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ssdiff: move comparison engine into its own file.
[gnumeric.git]
/
test
/
t6004-finfuns.pl
blob
81a57deb9cf7715b378864a52064e933c666c3f1
1
#!/usr/bin/perl -w
2
# -----------------------------------------------------------------------------
3
4
use
strict
;
5
use
lib
(
$0
=~
m
|^(.*/)|
?
$1
:
"."
);
6
use
GnumericTest
;
7
8
&
message
(
"Check the xls exporter."
);
9
&
test_exporter
(
"
$samples
/excel/finfuns.xls"
);