projects
/
p5sagit/Excel-Template.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bc42be6
)
Added missing cell comment documentation
Robert Bohne [Mon, 21 Feb 2011 08:11:49 +0000 (09:11 +0100)]
Changes
patch
|
blob
|
blame
|
history
lib/Excel/Template/Element/Cell.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
adda3e9
..
57f8a2c
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Perl distribution Excel::Template
+ Added missing cell comment documentation
+
0.33 Sun Feb 20 20:07:43 CET 2011
Implemented the COMMENT argument
diff --git
a/lib/Excel/Template/Element/Cell.pm
b/lib/Excel/Template/Element/Cell.pm
index
edc2a4e
..
1fd6bc7
100755
(executable)
--- a/
lib/Excel/Template/Element/Cell.pm
+++ b/
lib/Excel/Template/Element/Cell.pm
@@
-160,6
+160,10
@@
This allows you to specify what write_*() method will be used. The default is to
The legal types (taken from L<Spreadsheet::WriteExcel>) are:
+=item * COMMENT
+
+Add a comment to the cell
+
=over 4
=item * blank