Hello Support Team,
Since Aspose.Cells v22.10.0, textbox’s CalculateTextSize() returns incorrect height.
This is how I added a textbox to a Worksheet.
int textboxIndex = sheet.TextBoxes.Add(1, 1, 60, 200);
…...how I added a textbox to a worksheet. int textboxIndex = sheet...Workbook(); Worksheet sheet = workbook.Worksheets[0]; int textboxIndex...