Convert Excel to HTML (79088)

source code:
src.zip (1.6 KB)

origin excel:
四厂检测课PFMEA…xls.zip (86.4 KB)

converted problem:
excel transfer.png (177.3 KB)

Please have a check.

@hucq_landray_com_cn,
We were able to observe the issue but we need to look into it more. We have logged the issue in our database for investigation and for a fix. Once, we will have some news for you, we will update you in this topic.

This issue has been logged as

CELLSJAVA-42975 - Differences in HTML conversion

@hucq_landray_com_cn,
This is to inform you that we have fixed your issue (logged earlier as “CELLSJAVA-42975”) now. We will soon provide you the fixed version after performing QA and incorporating other enhancements and fixes.

@hucq_landray_com_cn,

Please try our latest version/fix: Aspose.Cells for Java v19.7.7 (attached)

Your issue should be fixed in it. Please use the following code to test it:
e.g
Sample code:

HtmlSaveOptions options = new HtmlSaveOptions();

//add this line to get better result html

options.setPresentationPreference(true);

Workbook wb = new Workbook(filePath + "四厂检测课PFMEA.xls");

wb.save(filePath + "out_java.html", options);

Aspose_Cells_Java_v19.7.7.zip (6.6 MB)

The issues you have found earlier (filed as CELLSJAVA-42975) have been fixed in Aspose.Cells for Java v19.8. This message was posted using BugNotificationTool from Downloads module by ahsaniqbalsidiqui