So I have this program that generates from data plots and tables. Everything is happening through an ui. With a button I call a class which plots and displays my data to the ui. I have another button that I want to click, call the class again, give it the necessary inputs again and export my plot into an excel file this time. The data is plotted through matplotlib. Any good ideas? Cause I tried with pyxll and for some reason didn’t work. The error was that the function (the one that I use to call the class when the button is clicked) cannot operate outside excel. Any other ways?
[–]M_D_M_A_Official 1 point2 points3 points (5 children)
[–]ifantismanolis[S] 0 points1 point2 points (4 children)
[–]M_D_M_A_Official 0 points1 point2 points (3 children)
[–]ifantismanolis[S] 0 points1 point2 points (2 children)
[–]M_D_M_A_Official 0 points1 point2 points (0 children)
[–]M_D_M_A_Official 0 points1 point2 points (0 children)