HTML output of excel document contains hash values instead of actual values

Hello,

I am using aspose.cells v17.7.5 to generate HTML output of the attached excel document. attachments.zip (391.6 KB)

In the HTML output, in some cases hash values are coming instead of actual values.

Following code is used to generate the HTML:

Workbook workbook = new Workbook("test.xlsm");
workbook.save("aspose response 17.7.5.html");

Can you please analyse this.

Thanks,
Neha

@Neha_Gautam,

Thanks for the template file(s) and screenshot.

Please add the following line before saving to HTML file format, it will fix your issue:
e.g
Sample code:

workbook.getWorksheets().get("Financial Summary").autoFitColumns();

Hope, this helps a bit.

Thank you.

Hello,

Thanks for your reply.
We can not use the API suggested by you - autoFitColumns(). As per our past experience, using this API leads to more rendering issues for us.

We expect that you will provide a more appropriate fix for this issue as this is a data loss issue and is very critical for us.

Thanks,
Neha

@Neha_Gautam,

We did find the issue earlier so we provided you the workaround. But since you does not accept the workaround, so I have logged a ticket with an id “CELLSJAVA-42369” for your issue. We will look into it soon.

Once we figure it out or we have some other update on it, we will let you know here.

Thank you.

@Neha_Gautam,

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

@Neha_Gautam,

Please try our latest version/fix: Aspose.Cells for Java v17.8.3.

Your issue should be fixed in it.

Let us know your feedback.

The issues you have found earlier (filed as CELLSJAVA-42369) have been fixed in Aspose.Cells for Java 17.9.