In EPPlus I can add comments to cell in a worksheet using workSheet.Cells[x, y].AddComment()
But how do I remove a comment from a given cell - there isn't a workSheet.Cells[i, j].RemoveComment() - I need to leave any other comments in place
Thanks in advance for any suggestions
One would think it would be that simple :).
Check this out: