Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Creating desired number of worksheets in excel

by poj (Abbot)
on Sep 11, 2013 at 10:49 UTC ( [id://1053456]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $add = 10;
    my $workbook = $excel-> Workbooks -> Add();
    my $last = $workbook->Sheets->Count;
    $workbook->Sheets->Add({After=>$workbook->Sheets($last),
                            Count=>$add});
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1053456]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (2)
As of 2024-04-19 18:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found