Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Modules for xlsx files

by tangent (Parson)
on Sep 28, 2015 at 14:10 UTC ( [id://1143247]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Modules for xlsx files
in thread Modules for xlsx files

You are not using Spreadsheet::ParseExcel to write - Spreadsheet::ParseExcel::SaveParser uses two different modules for read/write:
my $template = $parser->Parse("B_Mum_Busy_hour_report_fdb_$date.xls");
reads entire Excel file into memory using Spreadsheet::ParseExcel
$template->SaveAs("B_Mum_Busy_hour_report_fdb_$date.xls");
overwrites old Excel file using Spreadsheet::WriteExcel

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (8)
As of 2024-04-16 18:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found