Chart becomes black

Hi Aspose Team,

I just encountered a strange issue.
I juste ran following code :
Workbook book = new Workbook(“c:\src.xls”);
book.save(“c:\result.xls”);
with attached file, and the chart becomes all black.

using Aspose.CELLS 7.1.2.5 with jdk 1.4

Hi,

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

We were able to replicate this issue using the latest version:
Aspose.Cells
for Java v7.1.2.5



We have logged this issue in our database. Development team will look into this issue and fix it and once, there is fix available or there is some update, we will let you know asap.

This issue has been logged as CELLSJAVA-40168.

Please see the code below. I have attached the output file and screenshot for a reference.

Java


String filePath = “F:\Shak-Data-RW\Downloads\src.xls”;


Workbook workbook = new Workbook(filePath);

workbook.save(filePath + “.out.xls”);



Screenshot:

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


This message was posted using Notification2Forum from Downloads module by aspose.notifier.

The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan