Aspose.cell for net

Hi Team,
Below is the HTML received from the database.

<h1>Heading 1</h1>
<p><strong>bold</strong></p> 
<p>Align left</p>
<p class="ql-align-center"><br></p>
<p class="ql-align-center"><span style="background-color: rgba(255, 255, 255, 0.2);">Align center</span></p>
<p class="ql-align-center"><br></p>
<p class="ql-align-right">Align right</p>
<p class="ql-align-right"><br></p>
<p class="ql-align-justify">Justify</p> 
<p class="ql-align-justify"><br></p>
<ul data-checked="true">
    <li class="ql-align-justify">Checklist</li>
</ul>
<p class="ql-align-justify"><br></p>
<p class="ql-align-justify">Decrease</p> 
<p class="ql-align-justify" style="padding-left: 3em;">Increase</p>
<p class="ql-align-justify"><span style="color: rgb(255, 153, 0);">Text color</span></p>
<p class="ql-align-justify"><span style="background-color: rgb(230, 0, 0); color: rgb(255, 153, 0);">Highlight</span></p>
<p class="ql-align-justify"><a href="https://www.google.com/" rel="noopener noreferrer" target="_blank">https://www.google.com/</a></p>
<p><br></p>

and using the below code to export the html string to excel

var cell = wsd.Cells[cellAddress];
cell.HtmlString = dtCloned.Rows[i][j].ToString();

But the Alignment, URL and Highlight not working also checklist is showing in bullet format.

can someone help me with the same, please?
asposecellerror.PNG (51.6 KB)

asposecellerror2.PNG (3.4 KB)

Thanks in advance.

This topic has been moved to the related forum: Aspose.cell for net - Free Support Forum - aspose.com