Help for this page
#!/usr/bin/perl ... # Insert the chart into the worksheet (with an offset). $worksheet->insert_chart( 'C2', $chart, 25, 10 );
binmode( STDOUT ); my $workbook = Excel::Writer::XLSX->new( \*STDOUT );