Hi
I’m currently working on generating a pie chart, which ignores 0 value items. I am using an existing spreadsheet which has the pie chart already build in.
I use aspose.cells to get data from our database and add it to the worksheet in a predefined dataset, which the chart uses to get it’s data. I’m using the method found here: Pie zeros to ensure my pie chart doesn’t pull zero values
My Issue occurs, when I use aspose to export the spreadsheet to an pdf. For some reason, the pie chart will ignore what I had implemented in the example above, and instead show all the data.
I’ve tried using the .CalculateFormula() and even .Worksheets(0).Charts(0).Calculate(), which didnt work
Any idea why this may occur?
James Robertson