Hello,
when we try to export the attached xlsx file to html, the icons from the conditional format on the right side are missing.
Your library contains features related to conditional formatting, so i think this is a supported feature by Aspose !?
Thanks for your help.
Greetings.
Sacha End
Hi,
Thank you for your posting.
After an initial investigation, I can notice the issue by simply saving the input file as html using the following lines of code:
Workbook workbook = new Workbook("K://source1.xlsx");
//Save the workbook as html
workbook.Save("K://Source1Out.htm", SaveFormat.Html);
I have logged a ticket in our database for our development team to look into the issue for resolution. We will let you know here once we have an update from our development team. The issue has been logged in our database as: CELLSNET-40794.
Hi Sacha End,
Thanks for your posting and using Aspose.Cells.
We have looked into this issue. We found if you manually save your source xlsx into HTML using MS-Excel 2010, then conditional formatting icons are not preserved in the output html.
We have attached the output html for your reference. So this issue cannot be fixed.