Image is duplicated when converting XLSB to XLSX

I Aspose team,
I tried to convert XLSB to XLSX with Aspose Cells 24.4. My XLSB input contains only 1 image (image1.emf), but the XLSX output contains 2 images (the image2.emf is the copy of image2.emf).
Here is my code:

                    var options = new Aspose.Cells.LoadOptions(LoadFormat.Xlsb);
                    using(var fs = new FileStream(inputFile, FileMode.Open, FileAccess.Read, FileShare.ReadWrite))
                    {
                        using(var doc = new Workbook(fs, options))
                            doc.Save(outputXlsxFile, SaveFormat.Xlsx);
                    }

sample.zip (86.1 KB)
Is this an issue? Please help me investigate.
Thanks!

@dunghnguyen
By testing with sample file and code on the latest version v24.7, we can reproduce the issue. Found that image is duplicated when converting XLSB to XLSX.

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): CELLSNET-56342

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

@dunghnguyen,

This is to inform you that your issue (Ticket ID: “CELLSNET-56342”) has been resolved. The fix will be included in our upcoming release (Aspose.Cells v24.8) which we plan to release in the first half of August 2024. We will notify you when the next release is published.

The issues you have found earlier (filed as CELLSNET-56342) have been fixed in this update. This message was posted using Bugs notification tool by johnson.shi