Results 1 to 7 of 7
- 03-25-2011, 07:04 PM #1
Member
- Join Date
- Mar 2011
- Posts
- 19
- Rep Power
- 0
read data from incoming Excel chart and create graph
Hello I am having trouble with the above. I want to get data from a source
(which saves the data in an excel file), and using this data I want to plot a chart with it.
I have looked for examples online but they dont deal with getting from an excel chart.
I cant plot using the data using an excel graph because the data is large and incoming all the time and only specific columns and rows will be read.
If there is someone out there, I will be grateful
Thanks
Rav
-
the concept is wrong, you should be reading the raw data and creating your own graph from it in java. to expect java to read an excel chart object doesnt make sense and would be incredibly complicated although probably possible.
why not read the figures that the excel chart is made of and draw your own graph?
- 03-26-2011, 12:01 AM #3
Member
- Join Date
- Mar 2011
- Posts
- 19
- Rep Power
- 0
Thanks for the reply. I have the raw data, I just need to draw the graph in Java rather than in excel as I have a GUI that will be reading the data from a set of data and draw a graph.
Hope this helps
Thanks
- 03-27-2011, 03:06 PM #4
Member
- Join Date
- Mar 2011
- Posts
- 19
- Rep Power
- 0
anyone?
Cheers
- 03-27-2011, 03:57 PM #5
Try JFreeChart
db
- 03-27-2011, 04:53 PM #6
Member
- Join Date
- Mar 2011
- Posts
- 19
- Rep Power
- 0
Cheers for that, I have a GUI and want to draw a chart on it, will JFreechart work with it and how?
Regards
- 04-01-2011, 05:29 PM #7
Member
- Join Date
- Mar 2011
- Posts
- 19
- Rep Power
- 0
Similar Threads
-
Clustered Bar Chart/Graph with JPanel & JFrame - need help!
By fireatwire in forum AWT / SwingReplies: 2Last Post: 05-12-2010, 12:03 PM -
How can I create Graph(Data structure) with Java ?
By mir.shahidul in forum Advanced JavaReplies: 2Last Post: 02-10-2009, 10:19 AM -
How can I create Graph(Data structure) with Java
By mir.shahidul in forum New To JavaReplies: 4Last Post: 02-09-2009, 08:48 AM -
How to read data from excel and store it in db
By saran123 in forum New To JavaReplies: 5Last Post: 10-03-2008, 10:19 AM -
Java chart & graph lib
By saturdaybugs in forum Java 2DReplies: 1Last Post: 04-24-2008, 01:59 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks