Subject: | When merging cells warnings like 'txtobj' is unrecognised |
When trying to use the simple merge_range example as described for the
excel
template(http://search.cpan.org/~rbo/Excel-Template-0.34/lib/Excel/Template/Element/MergeRange.pm)
with the warnings enabled, the console displays the following warnings:
Property 'txtobj' is unrecognized
Property 'ref' is unrecognized
perl -v output:
This is perl 5, version 14, subversion 2 (v5.14.2) built for
MSWin32-x64-multi-thread
Using Windows 7 OS.
According to my understanding that while applying the formatting on the
merged cells in Format.pm(sub copy), merge
_range node's 'txtobj' and 'ref' attributes are being compared against
boolean, integer and string formats.