From: Deepu on
Hi All,

I am new to OpenOffice and was trying to create a bar chart with input
as '.csv' file. I have a perl script which gets the data and creates a
..csv file as below:

YES,NO,UNKNOWN
Monday,10,20,5
Tuesday,20,30,15
Wednesday,30,20,40

i also used system command : system ("oocalc test.csv"); to start open
office calc with table.

I would like to know of some ways of updating the perl script such that
when i execute perl script, open office calc is opened with the bar
graph. Can some body please give me some ideas on how it can be
implemented. Or is there any other way of automating the generation of
bar chart from csv files.

Thanks a lot for your time.

 | 
Pages: 1
Prev: dates [OT] Easter
Next: Help with Saving Bar Chart