I have a powerpoint presentation with charts I want to update from python.
Right now I am using python-pptx library which is great but its chart.replace_data() the method is replacing the excel sheet with chart data in the chart.
Unfortunately, some of my charts have data labels calculated in separate cells (f.e I am using a normal bar chart but showing % value data labels with additional words in them, which are calculated alongside in excel).
Is there any alternative way to update chart data not affecting other cells of the excel sheet?