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


in reply to Win32::OLE Open xls from http location

There are a couple of things to consider. Firstly, Sharepoint could be blocking the request for some reason. Have you tried poking it with something other than a browser (say, LWP)? It could be authentication issues, SharePoint configuration issues, you name it.

Second, it's possible something else does have that file open and lock: perhaps another copy of Excel, or a previewer of some kind.

Third, depending on your aims, you may want to consider pulling a copy of the data to your local machine before operating on it.

Ultimately, I don't think this is a Perl question so much as a general problem you're having.

<radiant.matrix>
Ramblings and references
“A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort.” — Herm Albright
I haven't found a problem yet that can't be solved by a well-placed trebuchet
  • Comment on Re: Win32::OLE Open xls from http location