I am trying to automate some reports using python-docx.
For now, I am using matplotlib
to draw the graphs and save them as .jpg
, before adding them to the document. But I would like to have the ability to edit the charts from inside the Word document(see image below).
From what I've read from the documentation, it seems that this feature is not officially supported by python-docx
yet. Any suggestions for workarounds?