I would like to produce reports in both Excel and HTML from the same
source. Excel::Template
provides the basic functionality I need, where xml is used as template. This node
describes sample use.
HTML::Template
has a different approach, where html with custom tags are used as template.
Is it possible to use the same source to create reports on both
Excel and HTML?