use python to generate graph in excel

后端 未结 5 1040
日久生厌
日久生厌 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:05

    If you do decide to use matplotlib, check out my excel to python class PyWorkbooks to get the data. It lets you retrieve data efficiently and easily as numpy arrays (the native datatype for matplotlib).

    https://sourceforge.net/projects/pyworkbooks/

提交回复
热议问题