If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Perl and the DBI > creating graph from perl using excel

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-16-03, 06:42
idris idris is offline
Registered User
 
Join Date: Sep 2003
Location: bangalore - india
Posts: 2
creating graph from perl using excel

Hi,

can anyone give an example to create a graph from perl using excel.
i am new in perl programming.

thanks.
Reply With Quote
  #2 (permalink)  
Old 09-16-03, 14:34
vizskywalker vizskywalker is offline
Registered User
 
Join Date: Aug 2003
Posts: 13
do you mean make a graph in excel and load it with perl or make a graph with perl that looks like an excel graph or make a graph with perl that can be loaded with excel?

~Viz
Reply With Quote
  #3 (permalink)  
Old 09-17-03, 03:40
idris idris is offline
Registered User
 
Join Date: Sep 2003
Location: bangalore - india
Posts: 2
creating graph from perl using excel

Quote:
Originally posted by vizskywalker
do you mean make a graph in excel and load it with perl or make a graph with perl that looks like an excel graph or make a graph with perl that can be loaded with excel?

~Viz
thanks for reply.

actually, i have an excel worksheet, which contains some data.
for this what i want is i will write a perl script, which will read this data from excel and create the graph.

thanks.
Reply With Quote
  #4 (permalink)  
Old 10-22-03, 04:29
hacker hacker is offline
Registered User
 
Join Date: Oct 2003
Posts: 18
Why don't you define the graph in Excel directly?

If you need to update the source data, create the graph in a separate sheet that loads the data when opening the graph sheet.

I frequently do this, source data is collected by perl scripts and then put into .csv files which are easy for Excel to read. The file is read upon opening the sheet and the graph is updated.

/Hacker
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On