On Tue, 03 Jul 2007, Steve Hay wrote: > I don't have Excel 2007 to test this myself, but somebody that uses a > perl distribution that I have built tells me that a script of his that > uses Win32::OLE to access Excel spreadsheets and works fine with Excel > 2002 no longer works with Excel 2007. > > Is this expected behaviour, or should it work?
Depends on what is script is doing. Maybe Microsoft changed some part of the object model that makes his script fail. I only made a single change to the Win32::OLE regression tests for Excel 2007: All path names must now use backslashes as path seperators; Excel no longer seems to works with forward slash separated path/filenames. So maybe that is his problem. Cheers, -Jan