Chart is error when save as xlsx

Workbook wb = new Workbook("c:/Users/ChDw/Desktop/D.xlsx");
Workbook newwb = new Workbook();
newwb.copy(wb);


newwb.save("c:/Users/ChDw/Desktop/D2.xls");


newwb.save("c:/Users/ChDw/Desktop/D2.xlsx");



if I remove save D2.xls statement, it work fine.


I use aspose.cells.8.3.0.3

Hi,


Thanks for the template file and sample code.

After an initial test, I observed the issue you mentioned by using your sample code with your template file, The charts are not rendered fine when re-saving the file. I have logged a ticket with an id “CELLSJAVA-41128” for your issue. We will look into it soon.

Once we have any update on it, we will let you know here.

Thank you.

Check the length of your footers and headers, I’ve had the same issue when they’re over the char limit.

InvertedLlama:
Check the length of your footers and headers, I've had the same issue when they're over the char limit.
Hi,

Thanks for your posting and considering Aspose.Cells.

Kindly post your issue in a New Post with your sample Excel file and sample code, so that we could investigate your issue and log it in our database for a fix.

Please also download and try the latest version: Aspose.Cells for .NET v8.3.0.4 or Aspose.Cells for Java v8.3.0.4 and see if it resolves your issue or not.

Hi Xiong Haixia,


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

We have fixed your issue now.

Let us know your feedback.

Thank you.

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


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