Image convert error when saved as html file

Hi Aspose team,

I am using Aspose Cells 17.8 to convert Excel files to HTML format.
And found the top of the image convert error.
Some of the characters in the image are lost.

I have uploaded original file.
Please check the attachment, and help me solve this issue, thanks!

Resume.zip (374.1 KB)

@janetchu

Thanks for using Aspose APIs.

Please download and try the latest version. It should fix your issue.

If your issue still occurs then highlight the issues in some screenshots.

We have tested this issue with the following sample code and did not find any issue. I have attached the output HTML generated by the code for reference.

C#

Workbook wb = new Workbook("Resume.xlsx");
wb.Save(dirPath + "output.html");

Output HTML:
output HTML.zip (402.4 KB)

Hi Aspose team,

I am using Aspose Cells 17.10 for “Java” to convert Excel files to HTML format.
But the image will still be missing.
Please help me solve this issue, thanks!

@janetchu

Thanks for using Aspose APIs.

We were able to observe this issue and logged it in our database for investigation and for a fix. Once, the issue is resolved or we have some other news for you, we will let you know asap.

This issue has been logged as

  • CELLSJAVA-42473 - Parts of images are truncated or missing and they do not match with original source images

Java

Workbook wb = new Workbook(dirPath + "Resume.xlsx");
wb.save(dirPath + "output.html");

Download Link:
Output Html - v17.11.3.zip (391.2 KB)

@janetchu

Thanks for using Aspose APIs.

This is to inform you that we have fixed your issue CELLSJAVA-42473 now. We will soon provide the fix after performing QA and including other enhancements and fixes.

The issues you have found earlier (filed as CELLSJAVA-42473) have been fixed in this Aspose.Cells for Java 18.1 update.

Please also check the following document/blog for your reference: