TextWrapping is not auto adjusting height of columns

Hi Team,

I am facing issue while text wrapping in aspose. After wrapping a long text, all data is not visible.

summarySheet.AutoFitRows(true);

style = summarySheet.Cells["F10"].GetStyle();
                        style.IsTextWrapped = true;

summarySheet.Cells[“F12”].SetStyle(style);

Pls note: These cells are locked.

@anjali.b,

Could you please provide complete sample code (runnable) (or preferably a VS.NET console demo application (please exclude Aspose.Cells.Dll from the archive)) to reproduce the issue on our end. We will check it soon. Also provide your template Excel file(s).

PS. please zip the resource files and application prior attaching.