var wb = new Workbook("input.xlsx");
var worksheet = wb.Worksheets["Sheet2"];
foreach (var chart in worksheet.Charts)
{
chart.Calculate();
}
wb.Save("output.xlsx");
The issues you have found earlier (filed as CELLSNET-54476) have been fixed in this update. This message was posted using Bugs notification tool by johnson.shi