Save to PDF loses vertical borders

The attached XLSX file saved to PDF produces the result which is missing vertical lines that delimit column groups with the table.



Please take a look at the attached sample files.

Hi,

Thanks for your posting and using Aspose.Cells.

We were able to replicate this issue using the following code with the latest version: Aspose.Cells
for .NET v8.6.1.2
. The vertical columns get missing in the output pdf as shown inside the screenshot attached with this post.

We have logged this issue in our database for investigation. We will look into it and fix this issue. Once the issue is resolved or we have some other update for you, we will let you know asap.

I have also attached the output pdf generated with this code for a reference.

C#
string filePath = @“D:\Downloads\Modifiediosf.xlsx”;

Workbook workbook = new Workbook(filePath);

workbook.Save(filePath + “.out.pdf”);

Hi,

Thanks for using Aspose.Cells.

This is to inform you that we have fixed your issue CELLSNET-44056 now. We will soon provide the fix after performing QA and including other enhancements and fixes.

Hi,

Thanks for using Aspose.Cells.

Please download and try the latest fix: Aspose.Cells
for .NET v8.6.1.6
and let us know your feedback.

Thanks, this build fixes my issues.

Hi,

Thanks for your feedback and using Aspose.Cells.

It is good to know that your issue is fixed with the latest version. Let us know if you encounter any other issue. We will be glad to look into it and help you further.

The issues you have found earlier (filed as CELLSNET-44056) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.