I have to take some values close to 1000 and then plot a graph in excel , so i was wondering if somebody could tell me what exactly to study ?
Thanks in advance .
My guess, based on the information you provided, is that you should study Excel. Do you have any other requirements beyond having to use Excel?
budsy remo
Ranch Hand
Joined: Sep 20, 2008
Posts: 103
posted
0
Actually paul the thing is my program generates somewhere around 1000 values in an arraylist so just want to know that how do i connect my program with excel . Manually entering values and generating graph would be difficult .
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted
0
You can use a library such as Apache POI to create Excel files from your data. Or you can write them into an existing empty Excel file that has the graph defined already.