blob: 326460b874ae6ef6f6fece5c70a8839894425c33 (
plain)
1
2
3
4
5
|
This is a module used for templating Excel files. Its genesis came
from the need to use the same datastructure as HTML::Template, but
provide Excel files instead. The existing modules don't do the
trick, as they require replication of logic that's already been
done within HTML::Template.
|