I’ve found if I add a image in file, and set the same image to CommentShape as fill texture, it will add 2 same image data in file.
In plan, we need add a large number of pictures into file in this way, which may lead t…...MemoryStream(imgData)); var comment = sheet.Comments[sheet.Comments.Add(0, 0)];...0)]; comment.CommentShape.Fill.ImageData = imgData; Will include...