Convert Effect 51886

when we convert it to html,the effect is different from actual effect!aspose转换后格式有误sheet.xlsx.zip (85.6 KB)

@landray.com.cn

Thanks for using Aspose APIs.

We were able to observe an issue in the output HTML as shown in the following screenshot. However, if other issues also exist, then you should provide us screenshots that also highlight them.

This issue has been logged as

  • CELLSJAVA-42571 - Output HTML does not match with MS-Excel

Download Link:
Output HTML.zip (74.5 KB)

Java

Workbook wb = new Workbook(dirPath + "ss.xlsx");

wb.calculateFormula();

HtmlSaveOptions opts = new HtmlSaveOptions();
opts.setPresentationPreference(true);

wb.save(dirPath + "out.html", opts);

Screenshot:

QQ20180326-103842@2x.jpg (457.6 KB)

and this is different!

@landray.com.cn

Thanks for your posting and considering Aspose APIs.

We were able to observe the issue as per your screenshot and recorded it in our database for investigation and for a fix. Once, we will have some news for you, we will update you asap.

@landray.com.cn

Thanks for using Aspose APIs.

Please download and try the following fix and let us know your feedback.

The issues you have found earlier (filed as CELLSJAVA-42571) have been fixed in this update. This message was posted using BugNotificationTool from <a href=“https://#{request.env[“HTTPS_HOST”]}”>Downloads module by Amjad_Sahi

The issues you have found earlier (filed as CELLSJAVA-42571) have been fixed in Aspose.Cells for Java 18.4. Please also see the document for your reference: