You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Diogo Ribeiro <di...@gmail.com> on 2014/11/03 11:49:08 UTC

Column charts

Hi guys,

I need to export an xlsx file with column charts which currently are not
supported by poi.

Could you give me some pointers how to create new classes for that.

I've checked and run chart examples:


https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/xssf/usermodel/examples/LineChart.java
https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/xssf/usermodel/examples/ScatterChart.java

Thanks in advance.