I want to ask about how to update series value of existing chart in excel using EPPLUS library. I can't find yet how to do it. I have created chart successfully, but still can't to update the series value.
Anyone can provide me some sample code or reference link?
Sorry to answer so late (came accross your post while searching for something else). If the chart has a series which are pointed at cells in a worksheet, why cant you just update the cell values directly? Like this, first create the pie chart:
Then update the cells:
If you need to change the definition of the series itself, then get it by name:
Hope that helps.