http://qs321.pair.com?node_id=220925


in reply to Re: Using Win32::OLE and Excel - Tips and Tricks
in thread Using Win32::OLE and Excel - Tips and Tricks

I needed to open a spreadsheet with links to external files, which or may not be open. The following snippet did the trick:
my $Book = $Excel->Workbooks->Open("$EXCELFILE", TRUE);