agnes00 has asked for the wisdom of the Perl Monks concerning the following question:
I tested this code in machine which supports Microsoft Excel 2003 it gives True, but when I tested the same code in machine where there is Microsoft Excel 2013 it gives me False! I also printed the scalar(keys %{$xl} in the first machine it gives 2023, in the second machine it is 0! Best Regardsif (scalar(keys %{$xl})==0) { return False; } else { return True; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Does Win32::OLE::Const->Load('Microsoft Excel'); depends upon Excel version
by poj (Abbot) on Mar 20, 2020 at 15:59 UTC | |
Re: Does Win32::OLE::Const->Load('Microsoft Excel'); depends upon Excel version
by syphilis (Archbishop) on Mar 19, 2020 at 23:39 UTC | |
Re: Does Win32::OLE::Const->Load('Microsoft Excel'); depends upon Excel version
by Anonymous Monk on Mar 20, 2020 at 23:14 UTC |