shwea88 has asked for the wisdom of the Perl Monks concerning the following question:
andunless($grab) { $workbook->Sheets("Timing_calcs")->Delete(); } $workbook->Close; <c> i tried all possible ways explained in the previous threads such as <c> $worksheet2->Delete;
nothing worked.. kindly help..$workbook->Worksheets("Timing_calcs")->Delete();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to delete the sheet in the excel workbook with win32:ole environment
by perl_walker (Novice) on Oct 31, 2012 at 06:53 UTC |