in reply to Excel-Template: MergeRange

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