Excel::Template::Plus

An extension to the Excel::Template module
Download

Excel::Template::Plus Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Stevan Little
  • Publisher web site:
  • http://search.cpan.org/~stevan/

Excel::Template::Plus Tags


Excel::Template::Plus Description

An extension to the Excel::Template module Excel::Template::Plus is a Perl extension to the Excel::Template module.SYNOPSIS use Excel::Template::Plus; my $template = Excel::Template::Plus->new( engine => 'TT', template => 'greeting.tmpl', config => { INCLUDE => }, params => { greeting => 'Hello' } ); $template->param(location => 'World'); $template->write_file('greeting.xls');DISCLAIMERThis is the very first release of this module, it is an idea that I and Rob Kinyon (the author of Excel::Template) had discussed many times, but never got around to doing. This is the first attempt at bring this to reality, it may change radically as it evolves, so be warned.This module is an extension of the Excel::Template module, which allows the user to use various "engines" from which you can create Excel files through Excel::Template.The idea is to use the existing (and very solid) excel file generation code in Excel::Template, but to extend its more templatey bits with more powerful options.The only engine currently provided is the Template Toolkit engine, which replaces Excel::Template's built in template features (the LOOP, and IF constructs) with the full power of TT. This is similar to the module Excel::Template::TT, but expands on that even further to try and create a more extensive system. Requirements: · Perl


Excel::Template::Plus Related Software