Color of conditional formatting changes

Hi,


the color of a conditional formatting does change after open and save.
I´m using Version 7.0.1.0
PFA a test file.

Source code:
Workbook wb = new Workbook(@“c:\test\test.xls”);
wb.Save(@“c:\test\test_aspose.xls”, SaveFormat.Excel97To2003);

Best regards

Hi,

Thanks for reporting the problem. I was able to reproduce this bug using the latest version. We will fix it asap and update you.

Below is my code and I have attached the output file.

This issue has been logged as CELLSNET-306990.

C#


string filePath = @“F:\Shak-Data-RW\Downloads\test.xls”;

Workbook wb = new Workbook(filePath);

wb.Save(filePath + “.out.xls”, SaveFormat.Excel97To2003);

Hi,


any news regarding this issue?

Best regards

Hi,

Could you try the latest version/fix: v7.0.3.3.

Let us know if your issue is resolved in it. If not, we will look into it soon.

Thank you.
Hi,

We have supported conditional formatting colors in the latest Aspose's version: 7.0.3.4.
Please try it and ignore previous post.

Thank you.

Hi,


Thank you for the quick reply. It is working now.

Best regards

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


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