NAME

Spreadsheet::Template::Processor::Identity - render a template file with no processing at all

VERSION

version 0.05

SYNOPSIS

my $template = Spreadsheet::Template->new(
    processor_class => 'Spreadsheet::Template::Processor::Identity',
);

DESCRIPTION

This class implements Spreadsheet::Template::Processor, and just passes through the JSON data without modification.

AUTHOR

Jesse Luehrs <doy@tozt.net>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2015 by Jesse Luehrs.

This is free software, licensed under:

The MIT (X11) License