-
-
13 Jan 2015 20:59:56 UTC
- Distribution: Catalyst-View-Excel-Template-Plus
- Module version: 0.04
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers (1370 / 28 / 0)
- Kwalitee
Bus factor: 0- 87.50% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (6.87KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Stevan Little E<lt>stevan@cpan.orgE<gt>
- Dependencies
- Catalyst::Runtime
- Excel::Template::Plus
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
- NAME
- SYNOPSIS
- DESCRIPTION
- CONFIG OPTIONS
- STASH OPTIONS
- METHODS
- BUGS
- AUTHOR
- CONTRIBUTORS
- COPYRIGHT AND LICENSE
NAME
Catalyst::View::Excel::Template::Plus - A Catalyst View for Excel::Template::Plus
SYNOPSIS
# use the helper to create your View
MyApp_create.pl view Excel Excel::Template::Plus
DESCRIPTION
This is a Catalyst View subclass which can handle rendering excel content through Excel::Template::Plus.
CONFIG OPTIONS
- etp_engine
- etp_config
- etp_params
STASH OPTIONS
- excel_disposition
- excel_filename
METHODS
- new
-
This really just handles consuming the configuration parameters.
- process
- get_template_filename
- get_template_params
- create_template_object
BUGS
All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.
AUTHOR
Stevan Little <stevan@cpan.org>
CONTRIBUTORS
Robert Bohne <rbo@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2007-2015 by Infinity Interactive, Inc.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Catalyst::View::Excel::Template::Plus, copy and paste the appropriate command in to your terminal.
cpanm Catalyst::View::Excel::Template::Plus
perl -MCPAN -e shell install Catalyst::View::Excel::Template::Plus
For more information on module installation, please visit the detailed CPAN module installation guide.