Hi,
Hi Team,
Hi,
I am afraid, your issue is still “in Progress”.
By the way, could you please try our latest fix/version: Aspose.Cells for .NET v7.5.0.1, we have enhanced PDF rendering in it.
Let us know your feedback.
Thank you.
I even tried with 7.5.0.1 but still same issue.
Hi,
Thanks for your feedback and using Aspose.Cells.
Please spare us some time to look into and resolve this issue. We have logged your comments. Once, we will have some update relating to it, we will let you know asap.
Hi Team,
Hi,
Thanks for your posting and using Aspose.Cells.
We are afraid, there is no update for you at this moment. However, we have logged your comment in our database. Once, there is some update for you, we will let you know asap.
Hi Team,
Rajendra
Hi,
Thanks for your posting and using Aspose.Cells.
We have already logged your comments in our database. Please spare us some time. Once, we will have some update for you, we will let you know asap.
one more client has complaint about it today.
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
We have looked into your issue and found, you need to autofit rows. Once, you will autofit rows, there will be no issue and everything will work fine.
Please see the following code. We have attached the output pdf for your reference.
C#
string filePath = @“F:\Shak-Data-RW\Downloads\Output.xlsx”;
Workbook workbook = new Workbook(filePath);
foreach (Worksheet ws in workbook.Worksheets)
{
ws.AutoFitRows(true);
}
workbook.Save(filePath + “.out.pdf”);
please change the status from cannot produce to unresolved as you replicated earlier.
please reply me.
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
We provided you a solution and it is working fine. Please check the Output.xlsx.out.pdf and highlight the issues where you are getting problems.
We will look into it and help you asap.
After your solution i also replied back by this.
Can someone reply me on this issue?
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
Well, this is the only solution. Anyway, we have logged your comments against this issue. We will look into it. Once, there is some update for you, we will let you know asap.
Hi,
For the following code
C#
foreach (Worksheet ws in workbook.Worksheets)
{
ws.AutoFitRows(true);
}
the parameter "true" will only autofit the rows which do not set fixed height.
If you face any issue, please provide us the sample file and describe the issue.