Wrong in custom IconSet in condition format

Workbook wb = new Workbook("C:/cond7.xlsx");
Worksheet worksheet = wb.getWorksheets().get(0);
byte[] image = worksheet.getCells().get("D8").getConditionalFormattingResult().getConditionalFormattingIcon().getImageData();
FileOutputStream fos = new FileOutputStream("C:/cond7.png");
fos.write(image);
fos.close();



If I use the preset IconSet, it work fine.

Hi Xiong,


Thank you for sharing the sample with us.

We have evaluated the presented scenario while using the latest version of Aspose.Cells for Java 8.6.3, and we are able to observe the issue, that is; the saved image is blank. We have recorded this incident in our bug tracking system as CELLSJAVA-41663 for further investigation. Please spare us little time for properly analysis to figure out the problem cause. In the meanwhile, we will keep you posted with updates in this regard.

Hi,


Please try our latest fix/version: Aspose.Cells for Java v8.6.3.4

We have fixed your issue logged earlier as “CELLSJAVA-41663”.

Let us know your feedback.

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


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