- Code: Select all
CTChartSpace ch = chartPart.getJaxbElement();
and related lines. Now I am able to refresh data as per my requirement.
However when the user double clicks on the chart he is able to view the xlsx sheet with the old values. Is there a way I can change the embedded spreadsheet values also? Otherwise ...