SharpDocx icon indicating copy to clipboard operation
SharpDocx copied to clipboard

Support for charting

Open delianjekov opened this issue 6 years ago • 2 comments
trafficstars

Currently the library does not process charts in word documents. It would be nice if charts were processed and dynamic content can be created with charts as well.

delianjekov avatar Sep 12 '19 10:09 delianjekov

If this would be added to the library. It would fit my scenario

timdhaeyer avatar Nov 10 '22 14:11 timdhaeyer

This should actually be possible by an extension. But it's not that simple. Creating a chart in openxml involves embedding an Spreadsheet and using it to build a chart. I tried generating the code through a tool. But it's really a big chunk. I haven't actually tried it out, but it should do the trick. I'll try it if I have some time. :-)

timdhaeyer avatar Nov 16 '22 13:11 timdhaeyer