Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $wb = $xl->Workbooks->Open("c:\\data\\na.xls");
    exit 0 if not defined($wb);
    print $xl->isna($wb->Sheets(1)->Cells(1,1)->Value);