summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJason <jason@socialflow.com>2013-08-28 16:01:42 +0000
committerJason <jason@socialflow.com>2013-08-28 16:01:42 +0000
commitf488bab9597a7c78773edfe1ee740525df5bb74e (patch)
tree36e63d3fd9ce94b2b43418b75fcb074afbe1e3a3 /lib
parent2bf66a5ae431e3072e4e890dc2324fe0af612d61 (diff)
downloadspreadsheet-template-f488bab9597a7c78773edfe1ee740525df5bb74e.tar.gz
spreadsheet-template-f488bab9597a7c78773edfe1ee740525df5bb74e.zip
fix to docs and removed output from test
Diffstat (limited to 'lib')
-rw-r--r--lib/Spreadsheet/Template/Processor/Xslate.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Spreadsheet/Template/Processor/Xslate.pm b/lib/Spreadsheet/Template/Processor/Xslate.pm
index fa57380..38803c6 100644
--- a/lib/Spreadsheet/Template/Processor/Xslate.pm
+++ b/lib/Spreadsheet/Template/Processor/Xslate.pm
@@ -42,11 +42,11 @@ defaults to C<"string">.
=item merge($content, $format, $type, $first_row, $first_col, $last_row, $last_col, %args)
Returns representation of a range of cells to be merged. C<$content> is the
-content to be placed in the merged cell. C<$type> is either C<"string">, C<"number">,
-or C<"date_time">. C<$first_row>, C<$first_col>, C<$last_row>, C<$last_col> are zero-indexed
-Excel row, column numbers. C<$format> is the name of a format
+content to be placed in the merged cell.C<$format> is the name of a format
declared with the C<format> helper or a hashref of format options.
-C<%args> contains any other parameters (such as C<formula>,
+C<$type> is either C<"string">, C<"number">, or C<"date_time">.
+C<$first_row>, C<$first_col>, C<$last_row>, C<$last_col> are zero-indexed
+Excel row, column numbers. C<%args> contains any other parameters (such as C<formula>,
for instance) to declare for the cell.
=item true