Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my $excel_template = Excel::Template->new(filename => 'test_template.x
    +ml');
    
    $excel_template->write_file('test.xls');
    
  2. or download this
    <workbook>
        <worksheet name="Test">
            <cell text="A single cell"/>
        </worksheet>
    </workbook>