I have a Web Perl Win32 :: OLE script that uses Excel on the server side. He has been working for many years on a Win2000 server running Excel2000. We recently upgraded to Win2003 / Excel2003, and now I got the following error from a script:
Win32::OLE(0.1709) error 0x80070005: "Access is denied" at create_worksheet_lib.plx line 639 eval {...} called at create_worksheet_lib.plx line 639
line 639:
$Excel = Win32::OLE->new('Excel.Application', sub {$_[0]->Quit;}) or die "Oops, cannot start Excel";
It seems like Perl no longer has access to Excel. Any Windows gurus that can help solve the problem?
perl excel ole
dorianw
source share