From: Nigel Metheringham Date: Thu, 19 May 2011 11:23:01 +0000 (+0100) Subject: Made Spreadsheet::WriteExcel links in format docs more generic X-Git-Tag: v0.34~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=614e6e6cedee0cfdd84f7e9964df91fe3383ded1;p=p5sagit%2FExcel-Template.git Made Spreadsheet::WriteExcel links in format docs more generic --- diff --git a/Changes b/Changes index 57f8a2c..18df93b 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Perl distribution Excel::Template + Made Spreadsheet::WriteExcel links in format docs more generic (Nigel Metheringham) Added missing cell comment documentation 0.33 Sun Feb 20 20:07:43 CET 2011 diff --git a/lib/Excel/Template/Container/Format.pm b/lib/Excel/Template/Container/Format.pm index c4023e0..5e4a9a1 100644 --- a/lib/Excel/Template/Container/Format.pm +++ b/lib/Excel/Template/Container/Format.pm @@ -58,7 +58,7 @@ Excel::Template::Container Boolean attributes should be set to 1, 0, true, or false. -Color values can be the color name or the color index. See http://search.cpan.org/~jmcnamara/Spreadsheet-WriteExcel-2.11/lib/Spreadsheet/WriteExcel.pm#COLOURS_IN_EXCEL +Color values can be the color name or the color index. See L =over 4 @@ -79,7 +79,7 @@ This will set bold to on or off, depending on the boolean value. Set the border for all for edges of a cell. Also see bottom, top, left, and right. Valid values are 0 - 7. -http://search.cpan.org/~jmcnamara/Spreadsheet-WriteExcel-2.11/lib/Spreadsheet/WriteExcel.pm#set_border() +See L =item * border_color @@ -146,7 +146,7 @@ See border_color. =item * num_format -Set to the index of one of Excel's built-in number formats. See http://search.cpan.org/~jmcnamara/Spreadsheet-WriteExcel-2.11/lib/Spreadsheet/WriteExcel.pm#set_num_format() +Set to the index of one of Excel's built-in number formats. See L =item * pattern