Hi,
I am getting issue with the allighnment of data while generating pdf from an excel with the latest versions ex: 5.6.0, but when I tried the same with a lower version( 5.1.0) I am getting the right output with no issues.
please resolve this in the latest version.
Attached are the screens for your reference.
Hi,
Please download and try our latest version/fix: Aspose.Cells for .NET v7.6.0.2
If you still find the issue with v7.6.0.2, please share the template Excel file here, we will check your issue soon.
PS. We cannot evaluate or fix the issue in older versions, so you have to use our latest version/fix if you need to fix your issue. Alternatively, you may use your older version (5.1.0) for your needs.
Thank you.
Hi,
Still with the new version which is provided in the above reply also we are facing the saem issue.
Please find the attached excel for your reference.
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
We were able to observe this issue using the latest version. We have attached the output file and screenshot highlighting the issues with red marking for a reference. We have logged this issue in our database. We will look into it and resolve this issue. Once, the issue is resolved or we have some other update for you, we will let you know asap.
This issue has been logged as CELLSNET-42112.
The issues you have found earlier (filed as CELLSNET-42112) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
Hi Suneetha,
Thanks for using Aspose.Cells.
We have fixed this issue. Please download and use the latest version: Aspose.Cells for .NET 7.7.1 with the following code.
C#
Workbook wb =
new Workbook(srcFile);
foreach (Worksheet worksheet
in wb.Worksheets)
{
worksheet.AutoFitRows();
}
wb.Save(“outFile.pdf”);