use Win32::OLE::Const 'Microsoft Excel'; my $wks = $wkb->Worksheets(1); my $FirstName = $wks->Cells(18,3)->{'Value'};