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

NAME

Data::Tabular::Dumper::Excel - Excel writer for Data::Tabular::Dumper

SYNOPSIS

    use Data::Tabular::Dumper;
    use Data::Tabular::Dumper::Excel;

    $date=strftime('%Y%m%d', localtime);

    my $dumper = Data::Tabular::Dumper->open(
                            Excel => [ "$date.xls" ],
                        );
=head1 DESCRIPTION

Please see the documentation in Data::Tabular::Dumper.

AUTHOR

Philip Gwyn <gwyn-at-cpan.org>

SEE ALSO

Data::Tabular::Dumper.