How to change the graphical attributes of a point in an Excel sunburst chart through Apache POI
问题 I have a requirement to color the different data points in an Excel sunburst chart programatically. By default, Excel creates the chart looking like this. I need to be able to make something like this. I've been able to load the chart and series, what I have not been able to work out is how to get to each of the points and change the fill color, and is that even possible. The data to create this chart is : Level 1,Level 2,Level 3,Series 1 A,A.a,A.a.1,5 A,A.a,A.a.2,5 A,A.b,A.b.1,5 A,A.b,A.b.2