Hi Team ,
We are using aspose-cells-21.7 for Excel report but it seems that there is an issue with below API
cell.setHtmlString(content);
when I have been trying to format blow content by invoking “setHTML(String)” API on cell , the issue occurred with background-color . “I am highlighted yellow” text is not being highlighted with yellow in the excel report . Please take a look and seeking your guidance or fix on this ?
“
This is a test:
I am italic
I am bold
I am underlined
I am strikethrough
I am large text
- I am a bullet <li class=“ql-indent-1”>I am an indented bullet
<span style=“color: rgb(230, 0, 0);”>I am red
I am heading 1
- I am a numbered bullet
<span style=“background-color: rgb(255, 255, 0);”>I am highlighted yellow
”Thanks
Manish Kumar Gupta