Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
$add_chart->add_series( name => $window_name, categories => xl_range_formula("$test_name", 2, 2, 3, 6), values => xl_range_formula("$test_name", $row, $row, 3, + 6), );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can I add multiple ranges of cells with add_series in Spreadsheet::WriteExcel
by jmcnamara (Monsignor) on Nov 26, 2010 at 11:58 UTC | |
|
Re: Can I add multiple ranges of cells with add_series in Spreadsheet::WriteExcel
by furry_marmot (Pilgrim) on Nov 27, 2010 at 19:18 UTC |