Excel to PDF Conversion Word Wrap Truncation

I have set certain cells to word wrap. A long sentence in these cells grows the cell height appropriately in Excel. After converting to PDF the texts that follow the first line are cut off. So only the default cell height is shown with incomplete text.

Hi,

<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Thank you for considering Aspose.

Well, you may try Worksheet.AutoFitRows() API before saving the file to Pdf if it fits your need. If you still face any problem, please share your sample code and template file (if any) to reproduce the issue. We will check it soon.

Thank You & Best Regards,

It worked! Thanks.