We are trying to convert Excel to HTML file using Aspose Cells version 8.1.2 in Java 1.7, but the generated HTML file has attribute values without quotes. Due to this Thymeleaf is not able to Parse the html file.
We are using Thymeleaf 2.1.3.RELEASE which recognizes only HTML5.
Error message when we try to access the generated HTML file through application :
Caused by: org.xml.sax.SAXParseException: Open quote is expected for attribute “http-equiv” associated with an element type “meta”.
Could you please help us solve this issue?
Regards,
Bhakti
Hi Bhakti,