Problem exporting workbook with conditional formatting to pdf

Hi,

I’m having a problem exporting a worksheet with conditional formatting to pdf.

I created a couple of rules to make the rows have alternate colors, but only if the first cell has some value in it.

It appears that Aspose cells is not recognizing all the rules when exporting to pdf.

I’m attaching my sample files: the excel workbook, the pdf file generated by aspose and the pdf file generated by excel.

The pdf file was generated with the following code:
C#

string filePath = "mypath";
Workbook workbook = newWorkbook(filePath);
workbook.Save(filePath + ".out.pdf", SaveFormat.Pdf);

Thank you.

Hi,


Thanks for the sample files.

I can notice the issue regarding the formatting/table & Conditional formattings in the PDF file. I simply converted your template Excel file to PDF by Aspose.Cells APIs.

I have logged a ticket with an id “CELLSNET-41369” for your issue. We will look into your issue soon.

Thank you.

Hi,


Please try the new fix/version: Aspose.Cells for .NET v7.4.0.2.

Your issue is fixed in it.



Thank you.

Hi,

I tested the new version, and it is working just fine now.

Thanks a lot for the fix and for your help and support.

Hi,

Thanks for your posting and using Aspose.Cells.

We are pleased to know that your issue is fixed with the latest version.

If you encounter any other issue, please feel free to post on our forums, we will be glad to help you more.

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


This message was posted using Notification2Forum from Downloads module by aspose.notifier.