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.
