Help for this page
#!/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") ;
my $file = 'c:\path\subpath\template_001.xlsx' ;