Help for this page

Select Code to Download


  1. or download this
    @echo off
    :: This is "parse_excel.bat"
    perl "C:\Path To\parse_excel.pl" %*
    pause
    
  2. or download this
    for my $xl_file_name (@ARGV) {
       ...
    }