Problem convert excel to html

Hi,


i am trying to convert excel to html unsuccessfully for the attached files.
the same files are converted to pdf.

i am working with latest version.

Can u please check it ?

thanks.


Hi,


Thanks for the template files.


Please try our latest version/fix: Aspose.Cells for Java v8.5.0.2
I have tested using your attached files to convert to HTML, it works fine. I used the following sample code:
e.g
Sample code:

Workbook workbook = new Workbook(strFilePath);
workbook.save(“f:\files\out1.html”, new HtmlSaveOptions());


Thank you.

it is not published in your maven repo:



latest published is version: 8.5.0

Hi,


Yes, this fix (v8.5.0.2) is an interim release which behaves like an official release of the product, so you may use this fix in your production server without any problem. This fix has all the functionality and features (full fledged). Generally, we publish fixes into the forums for the users. But if you still want to persist with our official release (from maven repository) of the product, I am afraid, you have to wait for another couple of weeks as we publish official release of the product once in a month. Our next official release (v8.5.1) of the product would have all the functionality and fixes of this fix.

Thank you.