Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Excel chart for dynamic data

by jmcnamara (Monsignor)
on Mar 23, 2012 at 08:53 UTC ( [id://961168]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $chart->add_series(
            categories    => xl_range_formula( 'Sheet1', 1, 9, 0, 0 ),
    ...
        );
    
  2. or download this
        $chart->add_series( categories => '=Sheet1!$A$2:$A$7'      ); # Sa
    +me as ...
        $chart->add_series( categories => [ 'Sheet1', 1, 6, 0, 0 ] ); # Ze
    +ro-index.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-04-19 15:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found