use python to generate graph in excel

后端 未结 5 1036
日久生厌
日久生厌 2020-12-14 05:19

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

5条回答
  •  离开以前
    2020-12-14 06:18

    @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.

提交回复
热议问题