| Catalyst-View-Excel-Template-Plus documentation | Contained in the Catalyst-View-Excel-Template-Plus distribution. |
Catalyst::Helper::View::Excel::Template::Plus - Helper Class for Catalyst::View::Excel::Template::Plus
MyApp_create.pl view Excel Excel::Template::Plus
Robert Bohne <rbo@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Catalyst-View-Excel-Template-Plus documentation | Contained in the Catalyst-View-Excel-Template-Plus distribution. |
package Catalyst::Helper::View::Excel::Template::Plus; use strict; use warnings; use Carp qw/ croak /;
sub mk_compclass { my ( $self, $helper ) = @_; $helper->render_file( 'compclass', $helper->{file} ); }
1; __DATA__
1;