I know this has been asked several times. I followed these links also
But non of them give me the method I want. When I use above ones it give me correct result in HTML page. But the problem is I have to export that data to a excel sheet. So when I'm exporting that data I want to get them in different cells.
For example
<td>
<strong>Name</strong> User Name
</td>
In here I want to print those in different cells (same row). If I use </br>
it will goes to next row correctly. I couldn't find way to go to next cell.
`) only affect the rendered output, not how the data is treated when imported to Excel.