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