in reply to Getting the Column Header name in Excel using Win32 OLE
my $firstcolum = $Sheet->Range( $Sheet->Cells(1,1), $Sheet->Cells(1,$LastCol) )->{'Value'}; [download]