summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJason <jason@socialflow.com>2013-08-27 14:20:21 +0000
committerJason <jason@socialflow.com>2013-08-27 14:20:21 +0000
commit7e6ee683379071b6cea2bda7dce8cb7828baa5b4 (patch)
treea19ed60af2f7fdb296916146d69e0cbc62300f1b /t
parentc41829e1b87eb19d80776d422938f7fff25f3c76 (diff)
downloadspreadsheet-template-7e6ee683379071b6cea2bda7dce8cb7828baa5b4.tar.gz
spreadsheet-template-7e6ee683379071b6cea2bda7dce8cb7828baa5b4.zip
support for full autofilter functionality
Diffstat (limited to 't')
-rw-r--r--t/merge.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/merge.t b/t/merge.t
index 0564deb..3a9f9e0 100644
--- a/t/merge.t
+++ b/t/merge.t
@@ -34,6 +34,8 @@ my $data = do { local $/; local @ARGV = ('t/data/merge.json'); <> };
my $ws = $wb->worksheet(0);
is($ws->get_name, 'Merge Report 1');
+ # In the template, the 4 columns are merged
+ # with contents = "Merged Cells"
for my $col (0..3) {
if ($col == 0) {
is($ws->get_cell(0, $col)->value, 'Merged Cells');