Difference between XLSX and XLS after convert

LoadFormat is XLS, then save as XLSX,difference is found
use apose cell 18.5
try {
Workbook workbook = new Workbook(srcFilePath);
workbook.save(dstFilePath, FileFormatType.XLSX);
} catch (Exception e) {
// System.out.println(e);
return -1;
}
moban.zip (2.2 MB)
moban-target.zip (2.2 MB)
0.png (287.9 KB)

@dropin

I have not been able to reproduce the issue while using Aspose.Cells for Java 18.6. Generated XLSX file is attached mobanAspose.zip. Please try latest version of the API and share your feedback with us. If you still notice the problem then please mention environment details so that it may be investigated further.

There’s one different picture between moban.zip and mobanAspose.zip.
1530756950691.png (122.2 KB)
15307569232594.png (114.3 KB)

@dropin

I have compared the pictures in all sheets of 2 attached files but I can not find any difference in any of them. Several image properties are also same for these files. I have attached a comparison screenshot Picture.JPG, please highlight the issue while sharing name of sheet so that I can check further to help you.

difference is the position of those two pictures.
20180705_205139.gif (259.3 KB)

@dropin,

We are sorry that still we are not able to re-produce this scenario using Aspose.Cells for Java 18.6 and Excel 365. You have mentioned that you have used version 18.5. Please test this issue using latest version and share the feedback. If issue is not resolved, please share your environment details with us.

A more zoomed in image is attached for your reference.
Comparison.PNG (444.7 KB)

thanks. There’s no difference using latest version.

@dropin,

You are welcome.