Why not adopt me?
NAME
Catalyst::View::Spreadsheet::Template - render Spreadsheet::Template templates in Catalyst
VERSION
version 0.02
SYNOPSIS
package MyApp::View::Spreadsheet::Template;
use Moose;
extends 'Catalyst::View::Spreadsheet::Template';
DESCRIPTION
This module provides a Catalyst::View for Spreadsheet::Template.
ATTRIBUTES
path
Template search path. Defaults to [ $c->path_to('root') ]
.
processor_class
The processor_class
to pass through to the Spreadsheet::Template object.
writer_class
The writer_class
to pass through to the Spreadsheet::Template object.
template_extension
The extension to use for template files. Defaults to json
.
catalyst_var
The variable name to use for the Catalyst context object in the template. Defaults to c
.
BUGS
No known bugs.
Please report any bugs to GitHub Issues at https://github.com/doy/catalyst-view-spreadsheet-template/issues.
SEE ALSO
Catalyst::View::Excel::Template::Plus
SUPPORT
You can find this documentation for this module with the perldoc command.
perldoc Catalyst::View::Spreadsheet::Template
You can also look for information at:
MetaCPAN
https://metacpan.org/release/Catalyst-View-Spreadsheet-Template
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Catalyst-View-Spreadsheet-Template
Github
CPAN Ratings
http://cpanratings.perl.org/d/Catalyst-View-Spreadsheet-Template
SPONSORS
Parts of this code were paid for by
AUTHOR
Jesse Luehrs <doy@tozt.net>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2013 by Jesse Luehrs.
This is free software, licensed under:
The MIT (X11) License