Page 1 of 1

Bar chart processing through docx4j and openDope

PostPosted: Thu Jun 09, 2016 1:23 am
by Anushri
Hi,

I want to know how I can process docx template which has bar graph representation using openDope and docx4j?

Thanks

Re: Bar chart processing through docx4j and openDope

PostPosted: Thu Jun 09, 2016 10:57 pm
by jason
I'm afraid I don't have a OpenDoPE based solution for that.

In principle, you could either programmatically modify the chart data (which may be best where Office can then update the chart), or you could use a alternative approach to charts such as https://github.com/davidgohel/ReporteRs

Re: Bar chart processing through docx4j and openDope

PostPosted: Tue Jun 14, 2016 2:22 am
by Anushri
Sure thank you Jason.