Hi,
Am saving the attached ods file to a xls file. While opening the output xls file in excel, am getting the following error alert message in excel .
"File error, some number formats may have been lost."
Lost the comma separator and currency symbol In the cell D9 of the output xls file. Attached the output xls file also.
Regards,
Santhosh
Hi,
Thanks for your reporting.
I was able to reproduce this bug with the latest Aspose.Cells for Java v2.5.3.8.
This issue has been logged as CELLSJAVA-27939.
Hi,
Hi Santhosh,
Hi Santhosh,
Hi,
I think, your issue is now fixed. I have tested your input file with the latest Aspose.Cells for Java v2.5.4.2 and found, the output file is opening fine. Let me know if you see any problem.
Output file is attached. Below is my code.
Java
String pathFirst = “F:\Downloads\Input.ods” ;
Workbook firstWorkbook = new Workbook();
firstWorkbook.open(pathFirst);
firstWorkbook.save(pathFirst+".out.xls", FileFormatType.EXCEL97TO2003);
Hi,
Hi,
Please download Aspose.Cells for JAVA v2.5.4.3.
Please use this new fix instead of V2.5.4.2. Fix V2.5.4.2 has a bug which may cause problem when saving workbook from one file format to another.
Hi Santhosh,
Hi,
Hi again,
The issues you have found earlier (filed as 27939) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.