Free Support Forum - aspose.com
Cannot open xls
Aspose.Cells Product Family
bjerinic
July 7, 2017, 1:17am
#1
Hi,
can you help me,
cannot open attached xls.
thanks,
Bojan
Amjad_Sahi
July 7, 2017, 1:17am
#2
Hi,
I have tested your issue with latest version, it works fine. Please try our latest version v7.0.3:
http://www.aspose.com/community/files/72/java-components/aspose.cells-for-java/entry342254.aspx
Sample code:
Workbook workbook = new Workbook("STLAmiens+.xls");
workbook.save("outSTLAmiens+.xls");
Thank you.