Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $template = new Excel::Template();
    $template->parse( 'test.xml' );
    $template->write_file( 'test.xls' );
    
  2. or download this
    <?xml version='1.0'?>
    <!DOCTYPE spreadsheet>
    ...
        </row>
      </worksheet>
    </workbook>