I have been trying to generate data in Excel. I generated .CSV file. So up to that point it\'s easy. But generating graph is quite hard in Excel...
I am wondering, i
@David Gao, I am looking at doing something similar. Currently I am looking at using the raw csv or converting it to json and just dropping it in a folder that is being read by jqplot.jquery plotting and graphing library. Then all I need to do is have the user or myself display the plot in any web browser.