From 3566bcd52ef96d25f8c8f695e0f43e768b315c16 Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 28 Aug 2013 15:19:37 +0000 Subject: modify docs around merge --- lib/Spreadsheet/Template/Processor/Xslate.pm | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'lib') 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, 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 helper or a hashref of format options. +C<%args> contains any other parameters (such as C, +for instance) to declare for the cell. =item true -- cgit v1.2.3-54-g00ecf