dangiles has asked for the wisdom of the Perl Monks concerning the following question:
I want to set the filename of an Excel (Win32::OLE, ActiveState Perl) workbook without saving it. (So I do not want to use $Book->SaveAs.) I tried a few variations of "$Book->{Name} = $name;" but none worked.
I want to create a workbook and let the user safe it, but give it a default file name.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Set Excel file name (without saving!)
by dasgar (Priest) on Aug 21, 2012 at 18:45 UTC | |
|
Re: Set Excel file name (without saving!)
by Riales (Hermit) on Aug 21, 2012 at 17:46 UTC | |
by dangiles (Initiate) on Aug 21, 2012 at 18:51 UTC | |
by Riales (Hermit) on Aug 22, 2012 at 17:25 UTC |