Can't open xls file

Hi,


Am saving the attached ods file to xls file. But i can’t open the output xls file in Excel. Attached the output output file also.

Regards,
Santhosh

Hi,

The latest version Aspose Cells for Java
v2.5.3.6
does not reproduce this issue . Please download. Below is my code. I have also attached the output file.

The xls file(Export_Testing_(ASPOSE)) can be opened fine here for all excel versions(excel2003/2007/2010).


Did you find any problem for opening this file in excel? If so, which version of excel are you using?


And please share your screenshot here so we can get more information about the problem.



Java


String filePath=“F:\Downloads\Export_Testing_(ASPOSE).ods”;


Workbook workbook=new Workbook();

workbook.open(filePath);


workbook.save(filePath + “.out.xls”, FileFormatType.EXCEL97TO2003);