Cannot open xls

Hi,

can you help me,

cannot open attached xls.

thanks,
Bojan
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.