rr_kreitzer has asked for the wisdom of the Perl Monks concerning the following question:
Other Posts on this site show how to Open an Excel Object in with Perl using Win32 and required modules.
my $Book = $Excel->Workbooks->Open("test.xls");
Can you pass more than just filename during OLE open???
VB way to open an Excel Object
Xls = Workbooks.Open("test.xls", , , , "abc123")
where the empty variables represent data for Updating Links, Read Only, and Format.
Has anyone tried this before or can I get some direction please.
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Opening Excel (OLE) with passwords
by sheep (Chaplain) on Jan 08, 2004 at 00:21 UTC | |
by xiopher (Beadle) on Jan 08, 2004 at 17:43 UTC | |
by cacharbe (Curate) on Jan 08, 2004 at 19:32 UTC | |
|
Re: Opening Excel (OLE) with passwords
by neuroball (Pilgrim) on Jan 08, 2004 at 00:21 UTC |