Updating Waterfall Chart with Apache POI
问题 I am using the Apache POI Java library (v4.1.1) to create wonderfull Word documents including Excel Charts. For the Excel Charts I use an Excel template and via the Apache POI library access the charts in the Word document via List<XWPFChart> chartList = wordDoc.getCharts(); This is working fine for Bar / Column / Line etc. I can't get, however, the Waterfall chart via this method. So, I am wondering if anybody has got a solution for this? I see some options; Waiting until it is supported by