Open waqqasdadabhoy opened 9 years ago
python-pptx has charting and is based on the same architecture as python-docx. If you're game for building this out I'd start there.
+1
+1
On 28 Apr 2015, at 9:11 pm, Arseniy notifications@github.com wrote:
+1
— Reply to this email directly or view it on GitHub https://github.com/python-openxml/python-docx/issues/179#issuecomment-97022209.
+1
+1
+1
+1
+1
+1
+1
+1
+1
...And another +1
As already mentioned, libraries like python-pptx, xlsxwriter, ... already handle charts object. Why not python-docx ? This feature is a must have and I bet the community would really appreciate to see it arrive.
Since this is a library that claims to handle .docx documents, "read the code from others and try to do the same" is not really an answer to the issue (OP is asking for a python-docx feature) :)
Great work though.
+1 its really needed
+1 and many thanks & respect for the efforts for python-docx and python-pptx as they are!
+99999
+99999999999999
+1
+10086
Would it be possible to support adding charts to Word documents?
From skimming the OOXML standard, it seems that both Word and Excel files use DrawingML to represent charts, so it might be possible to use code from http://www.python-excel.org/