FormatCondition Style

After upgrading to version 7.5.0 our existing code that set the Style property on a FormatCondition object to an instantiated Style object now causes a NullReferenceException once the Save method is called saving to a response object. Using the Copy method or individually setting the style properties on FormatCondition like FormatCondition.Style.BackgroundColor = Color.Red works without exception, but setting FormatCondition.Style = style where style is a Aspose.Cells.Style object causes a NullReferenceException were it did not before.

Thanks

Hi,

Thanks for your posting and using Aspose.Cells for .NET.

Please provide us your simple sample project replicating your issue with the latest version: Aspose.Cells
for .NET v7.5.0.5
. Please also provide us source/template file used in your code if there is any. We will look into your issue and update you asap.