Jvm Error when convert excel!45540

jvmerror.zip (580.3 KB)

@landray.com.cn

Thanks for using Aspose APIs.

We have tested your issue with the following sample code using the most recent version (i.e. Aspose.Cells for Java 17.10) and found it worked fine. Please check the output Pdf.

If you still find the issue, then please share with us your sample code and highlight the issues in screenshots or by adding comments inside the Pdf.

Java

Workbook wb = new Workbook(dirPath + "附件2 XX项目制造工程开发网络计划图.xls");
wb.save(dirPath + "out.pdf");

Download Link
out.pdf (414.1 KB)

when we used 17.10,it repeat this jvm error!we used jdk 1.8.0_131

@landray.com.cn

Please provide us your sample code and runnable/executable JAR file which we could double click and run at our end. Please also let us know your OS and its architecture 32-bit or 64-bit etc.