Some databar missing

Workbook wb = new Workbook("C:/Users/admin/Documents/x.xlsx");
wb.save("C:/Users/admin/Desktop/a.html");

Hi,


Thanks for your posting and using Aspose.Cells.

We were able to observe this issue and logged it in our database for a fix.

This issue has been logged as

  • CELLSJAVA-42210 - Some of DataBar conditional formatting is missing in the output HTML

I have also attached the output html generated with this code for a reference.

Java
Workbook wb = new Workbook(dirPath + “x.xlsx”);
wb.calculateFormula();
wb.save(dirPath + “o.html”);

Hi,


This is to inform you that we have fixed your issue “CELLSJAVA-42210now. We will soon provide the fix after performing QA and including other enhancements and fixes.

Thank you.
Hi,

Thanks for using Aspose.Cells.

Please download and try the following latest fix: Aspose.Cells for Java v17.3.9 and let us know your feedback.

The issues you have found earlier (filed as CELLSJAVA-42210) have been fixed in Aspose.Cells for Java 17.4.0.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.