Hi,
I need to add many thousands of Comments to a sheet. The issue is that the performance degrades the more Comments there are, example code:
var workbook = new Workbook();
workbook.Worksheets.Add();
var sheet = workb…...Adding comments gets exponentially slower the more comments are...need to add many thousands of comments to a sheet. The issue is that...