Charts footnotes appears after resaving workbook

Hello.


I have a workbook template, saved in Excel 2013. I have removed a footnotes for series. But when workbook will resaved by Aspose, footnotes appears again. How i can hide footnotes?

public void chartLines() throws Exception {
Workbook workbook = new Workbook(“D:\chart_lines.xlsx”);

workbook.save(“D:\chart_lines_out.xlsx”);
}

Best regards. Alexey

Hi Alexey,

Thanks for your posting and using Aspose.Cells.

Please download and try the latest version: Aspose.Cells
for Java v8.2.1.3
and it should fix this issue.

I have tested this issue with the following code and found no issue with the output Excel file. I have attached the output Excel file for your reference.

Java


String filePath = “F:\Shak-Data-RW\Downloads\chart_lines.xlsx”;


Workbook workbook = new Workbook(filePath);

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

Hello.


In attached file, lines shows too. Please, take attention, that lines shows only in Excel 2013 (previous versions don’t support this feature)

Best regards. Alexey

Hi Alexey,

Thanks for your posting and using Aspose.Cells.

We were able to observe this issue in Excel 2013. It does not appear in the previous versions of Excel though as you mentioned.

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-41043.

Hi Alexey,

Thanks for using Aspose.Cells.

We have fixed this issue.

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

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


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