summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason <jason@socialflow.com>2013-08-28 15:19:37 +0000
committerJason <jason@socialflow.com>2013-08-28 15:19:37 +0000
commit3566bcd52ef96d25f8c8f695e0f43e768b315c16 (patch)
treeb92906bd16d67438f0d7cf3528f10823655dd6c0
parent2d06ee894a3e5cd139bde1a88095c33772283e99 (diff)
downloadspreadsheet-template-3566bcd52ef96d25f8c8f695e0f43e768b315c16.tar.gz
spreadsheet-template-3566bcd52ef96d25f8c8f695e0f43e768b315c16.zip
modify docs around merge
-rw-r--r--lib/Spreadsheet/Template/Processor/Xslate.pm11
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/Spreadsheet/Template/Processor/Xslate.pm b/lib/Spreadsheet/Template/Processor/Xslate.pm
index 1454e30..f59b597 100644
--- a/lib/Spreadsheet/Template/Processor/Xslate.pm
+++ b/lib/Spreadsheet/Template/Processor/Xslate.pm
@@ -39,12 +39,15 @@ C<"date_time">, and C<%args> contains any other parameters (such as C<formula>,
for instance) to declare for the cell. C<$type> is optional, and if not passed,
defaults to C<"string">.
-=item merge($range, $content, $format)
+=item merge($content, $format, $type, $range, %args)
-Returns representation of a range of cells to be merged. C<$range> is the
-Excel representation of a range of cells, ex: "A1:B10". C<$content> is the
-content to be placed in the merged cell. C<$format> is the name of a format
+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<$range> is the Excel representation
+of a range of cells, ex: "A1:B10". 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>,
+for instance) to declare for the cell.
=item true