Cells.StandardWidth doesnt work in Aspose.Cells 22.12.0 and .NET 6.0

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.

@deepabalasundaram,

Could you please share your sample (runnable) code and sample Excel file to show the issue, we will check it soon. Moreover, please mention for which columns standard width is not set.

PS. please zip the Excel file prior attaching here.