srivasva has asked for the wisdom of the Perl Monks concerning the following question:
Is there any way I can access xls from "http" location ? Please guide me.my $Excel = Win32::OLE->GetActiveObject('Excel.Application') || Win32::OLE->new('Excel.Application', 'Quit'); my $Book = $Excel->Workbooks->Open("http://sharepoint/sites/CreditRisk +It/CRRF/Adhoc Business Reports/Daily GN Manual Checks/Gross Net Breac +hes 03 December 2008.xls");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::OLE Open xls from http location
by radiantmatrix (Parson) on Dec 04, 2008 at 19:18 UTC |