How to export datas to excel (xls) and make graph with them?
-
You want a graph inside Excel? You can achieve that by automating Microsoft Excel using ActiveQt
-
@ChrisW67 Thank you very much for your suggestion. Do you have an example of how to use this?
@mangekoyu
Hi
https://forum.qt.io/topic/16547/how-to-export-excel-in-qt/10
this is a good starter example for talking to excel
here is one that does some diagram
https://forum.qt.io/topic/72943/generating-embedded-charts-via-qt-activexplease notice that you will need to read docs and get into it to make it work as its not trivial to use.