hi perlGyan and welcome to perlmonks!

Please read How do I post a question effectively? you will be more likely to get a response.

I will ask you, do you have you all the inheritance dependencies? Viewing the write ups against the source the dependencies do not appear so obvious. For example, the inheritance dependancy Excel::Template::Element described on the cpan page for ~/MergeRange.pm appears to serve no other purpose than to call Excel::Template::Base. There is probably a good reason for this which is stored in a deep underground tertiary to a cpan mapping contemplation complex that I do not yet begin to comprehend.

However, the 'txtobj' may be from module Excel::Template::Factory.

For an initial response I would suggest ensuring you have the following Modules installed:

I have ocluded Excel::Template::MergeRange from the list for obvious reasons.

You may already have all these installed.(?) If you do I suggest checking through the inheritance through the source in case there were any I missed.

Then, if still not working, post an example of the broken code and expected/actual output


In reply to Re: Excel-Template: MergeRange by Don Coyote
in thread Excel-Template: MergeRange by perlGyan

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.