The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

Spreadsheet::Template

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:

SPONSORS

Parts of this code were paid for by

Socialflow http://socialflow.com

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