Spreadsheet::DataToExcel

Simple method to generate Excel files from 2D arrayrefs
Download

Spreadsheet::DataToExcel Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Zoffix Znet
  • Publisher web site:
  • http://search.cpan.org/~zoffix/

Spreadsheet::DataToExcel Tags


Spreadsheet::DataToExcel Description

Simple method to generate Excel files from 2D arrayrefs Spreadsheet::WriteExcel is a marvelous Perl moduleDeveloper commentsI would always find myself digging through the huge doc, not something I enjoy when all I ever want to do is simply dump my rows/columns centering first row as well as setting the sizes of columns to just be large enough to fit all the data. This is where Spreadsheet::DataToExcel comes in.SYNOPSIS use strict; use warnings; use Spreadsheet::DataToExcel; my @data = ( , map , 1..10, ); my $dump = Spreadsheet::DataToExcel->new; $dump->dump( 'dump.xls', \@data ) or die "Error: " . $dump->error; # dumps out the @data into Excel file while setting text wrap on new # lines, centering text in cells of the first row and settings # column widths to the largest size of the data Requirements: · Perl


Spreadsheet::DataToExcel Related Software