Chart changes color after processing

Using Aspose.Cells for Java 8.2.2.
If you load and save back the template file through library, chart on the first page will change line color from orange to green.

Input/output files and screenshots are attached. Snippet to reproduce below:

com.aspose.cells.License license = new com.aspose.cells.License();
license.setLicense(“Aspose.Total.Java.lic”);
Workbook workbook = new Workbook(“input.xls”);
workbook.save(output.xls”);

Hi Andrey,

Thanks for your posting and using Aspose.Cells.

We were able to observe this issue on Excel 2013. In Excel 2010, it works fine but in Excel 2013, chart changes color from orange to green.

We have logged this issue in our database for investigation. We will look into it and fix this issue. Once, the issue is resolved or we have some other update for you, we will let you know asap.

This issue has been logged as

  • CELLSJAVA-41231 - Excel 2013 - Chart changes color after processing

I have attached the output Excel file generated by the code for a reference.

Java

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


Workbook workbook = new Workbook(filePath);

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

Hi Andrey,


This is to update you that we have fixed the problem logged earlier as CELLSJAVA-41231. We will shortly provide the fix here after ensuring the quality and incorporating other enhancements.

Hi,

Thanks for using Aspose.Cells.

We have fixed the issue CELLSJAVA-41231.

Please download and try the latest fix: Aspose.Cells for Java v8.6.2.6 and let us know your feedback.

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


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