I am using Aspose.Cells 22.12.0 in .NET 6.0 project. Cells.StandardWidth doesnt set the width for all the columns in a worksheet. Is that a known issue?
Here is how I am setting the column with: sheet.Cells.StandardWidth = 25;
SetColumnWidth method works for me. But I have to iterate and set the width for each and every column.