rara has asked for the wisdom of the Perl Monks concerning the following question:
Now, if I'm to use a variable in the cell name, say $A$rowbegin, how do I make sure $rowbegin gets evaluated? I tried the following in vain:$chart->add_series( name => 'Sample 1', categories => '=Sheet1!$A$2:$A$7', values => '=Sheet1!$B$2:$B$7', );
. Thanks!categories => "\'=Sheet1!$A$rowbegin:$A$rowend\'",
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Generating an Excel chart
by moritz (Cardinal) on Mar 12, 2012 at 06:46 UTC | |
|
Re: Generating an Excel chart
by jmcnamara (Monsignor) on Mar 12, 2012 at 09:01 UTC |