Is there a way to have HTML text display in a cell the way it would in a Web page? In other words, can Excel interpret the HTML and correctly display the data? All comments and suggestions will be appreciated.

Background: a software package that I'm using has an ad hoc report generator that can create a CSV file, which can be read in Excel. The problem is that data that was stored in the database with HTML tags is displayed in Excel with the tags.

Here's what is in the cell:
<p><strong><span style=`font-size: small;`>Current accessibility goals:</span></strong></p>
<p><strong><span style=`font-size: small;`><br /></span></strong><span style=`font-size: small;`>Ensure xxxxxxx Theater&nbsp;remains ADA compliant</span></p>
<p><span style=`font-size: small;`>Seek additional funding to expand services</span></p>
<p><span style=`font-size: small;`>Offer brail programs&nbsp;</span></p>
<p><span style=`font-size: small;`>Increase the participation of persons with disabilities in every facet of the organization</span></p>

Here's what it would be great to see:
Current accessibility goals:


Ensure xxxxxxx Theater remains ADA compliant

Seek additional funding to expand services

Offer brail programs

Increase the participation of persons with disabilities in every facet of the organization