Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Adding a new row in excel file

by ramrod (Curate)
on Aug 17, 2009 at 20:18 UTC ( [id://789270]=note: print w/replies, xml ) Need Help??


in reply to Adding a new row in excel file

Try Spreadsheet::SimpleExcel
I found it has both add_row (per documentation)
# append data to 'NAME' $excel->add_row('NAME',[qw/new row/]);
and add_row_at (per documentation)
# add a row into the middle $excel->add_row_at('Name of Worksheet',1,[qw/new row/]);

Log In?
Username:
Password:

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

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

    No recent polls found