Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: Trying to modify multisheets using Spreadsheet::ParseExcel::SaveParser

by poj (Abbot)
on Aug 12, 2015 at 09:21 UTC ( [id://1138293]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Trying to modify multisheets using Spreadsheet::ParseExcel::SaveParser
in thread Trying to modify multisheets using Spreadsheet::ParseExcel::SaveParser

You initialize

my $row_in = 2; my $col_in = 0;
but then use
$sheet->AddCell( $row, $col, $value );
I suggest you uncomment these and fix the errors/warnings
#use strict; #use warnings;
poj

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-23 19:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found