Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: adding worksheet using parse excel::saveparser

by fishmonger (Chaplain)
on May 22, 2014 at 15:51 UTC ( [id://1087112]=note: print w/replies, xml ) Need Help??


in reply to adding worksheet using parse excel::saveparser

Part of the problem could be this line:

$workbook= $workbook->AddWorksheet("report",);

Try removing the comma, or add the missing %properties parameter

Related module documentation:

AddWorksheet()

    $workbook = $workbook->AddWorksheet($name, %properties);

Create a new Worksheet object of type Spreadsheet::ParseExcel::Worksheet.

The %properties hash contains the properties of new Worksheet.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-18 07:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found