| Data-Tabular-Dumper documentation | view source | Contained in the Data-Tabular-Dumper distribution. |
Data::Tabular::Dumper::Excel - Excel writer for Data::Tabular::Dumper
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.
Philip Gwyn <gwyn-at-cpan.org>
| Data-Tabular-Dumper documentation | view source | Contained in the Data-Tabular-Dumper distribution. |