Page 1 of 1

Creating Pivot Table

PostPosted: Wed Jan 15, 2014 8:42 pm
by mistre83
Hi to all,

i would like to know if Docx4j is able to generate pivot table from a data source (for example, another Excel Tab).

If it is possible, could you give me a link for documentation about creating XLSX with docx4j ?

Many thanks to all.

Re: Creating Pivot Table

PostPosted: Fri Jan 17, 2014 6:24 am
by jason
Sure it can be done, but there is no high level API to make it easy for you.

Please see https://issues.apache.org/bugzilla/show ... i?id=56020 for how to do it in POI. If you want to do it in docx4j rather than POI, perhaps because you're already using docx4j or like JAXB, then you could port that implementation. We'd be happy to accept a contribution based on that.