Help for this page
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);