Using version 8.5.0
If you unpack the attached zip-file to the folder C:Temp and execute the following 2 lines of code, you’ll notice that the Conditional formatting rules inside the table has changed:
Dim workbook As Aspose.Cells.Workbook = New Aspose.Cells.Workbook(“C:\temp\Conditional template.xltx”)
workbook.Save(“C:\Temp\Conditional.xlsx”, Aspose.Cells.SaveFormat.Xlsx)
On the template the 3 rules will apply either a red, yellow or green color but on the generated workbook, the rules has changed so that there now are 2 rules that applies a green background and one that applies a red background (see attached jpg file).
Regards,
Martin Moustgaard
Hi,
e.g
Sample code:
Workbook workbook = new Aspose.Cells.Workbook(“e:\test2\Conditional template.xltx”);
workbook.Save(“e:\test2\out1.xlsx”, Aspose.Cells.SaveFormat.Xlsx);
Hi,
Thanks for using Aspose.Cells.
fixed now. We will provide you the fixed version after performing QA and
incorporating other enhancements and fixes. Hopefully, we will share
the fixed version here in the next few days.
Hi,
Hi Amjad.
This does indeed solve my problem regarding conditional formatting rules becoming corrupt.
Thank you for the quick update.
Regards,
Martin
Hi,
The issues you have found earlier (filed as CELLSNET-43760) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.