Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    # Open File and Worksheet
    my $Book = $Excel->Workbooks->Open($file) or die "Can't open workbook\
    +n" ; 
    print ("The excel book is $Book\n") ;
    
  2. or download this
    
    my $file = 'c:\path\subpath\template_001.xlsx' ;