Converting XLSX with charts to PDF the thread gets stuck in the constructor in Java

Hi,


we have an issue while converting a XLSX to a PDF. The thread gets stuck in the constructor of com.aspose.cells.Workbook. Attached you find an example file.

The issue only seems to occur, if the file contains a chart and is created with Office 2016 (Professional Plus). We use aspose.cells version 7.3.3.

Thanks in advance for your help.

Kind regards,
Livio


Hi,


Thanks for the template file.

Please try our latest version/fix: Aspose.Cells for Java v17.1.5
I have tested your scenario/ case using the following sample code with v17.1.5, it works fine (I do not find your mentioned issue) and the output PDF file is fine tuned:
e.g
Sample code:

Workbook workbook = new Workbook(“example.xlsx”);

workbook.save(“out1.pdf”);


Let us know if you still find any issue.

Thank you.