- or download this
my $Excel = Win32::OLE->new( 'Excel.Application', 'Quit' );
- or download this
my $Excel = Win32::OLE->new('Excel.Application');
- or download this
my $Excel = Win32::OLE->GetActiveObject('Excel.Application') ||
Win32::OLE->new('Excel.Application');