mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
6 lines
289 B
Plaintext
6 lines
289 B
Plaintext
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.
|