Hi, Is there any module in perl which will prepare excel chart on dynamic data? We have the code for the fixed rows and columns' data. But if the number of rows and columns are dynamic then how we are going to handle that?
$chart->add_series( categories => '=Sheet1!$B$1:$E$1', values => '=Sheet1!$B$2:$E$2' );The above code is for fixed rows and columns.I am looking for something like the below code where the row no is a variable, give me pointer if you have one, thanks
$chart->add_series( categories => '=Sheet1!$B$1:$E$1', values => '=Sheet1!$B$variable:$E$variable' );In reply to Excel chart for dynamic data by satyas
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |