woland99 has asked for the wisdom of the Perl Monks concerning the following question:
but that seems to stop working when switch to Excel 2013.$wbook = Win32::OLE->GetObject($fullname_input_file);
but then performance is slow, I have to minimize window using:$wbook = $excel->Workbooks->Open({ FileName => $fullname_input_file })
etc.$excel->{WindowState} = xlMinimized;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32-OLE: What is the canonical way to open file for editing?
by davies (Monsignor) on Feb 23, 2016 at 16:10 UTC | |
by woland99 (Beadle) on Feb 23, 2016 at 16:53 UTC | |
by davies (Monsignor) on Feb 24, 2016 at 17:57 UTC |