I am trying to import some results from a SQL query into excel ignoring line breaks.
The results look fine in SQL server
a typical record has the following column extracted from a HTML address
<b>F1 Gran Premio de EspaƱa Santander<sup style="font-size: 8px">TM</sup> 2013</b><br><span class="smallText">3 Day Entry<br>Grandstand F<br><strong>10% off race day prices! Book now!</strong></span>
when this is imported into excel all the line breaks ruin the formatting...
I have tried this with grid, text and exporting to .rpt file and importing. Any ideas how to ignore the line breaks, thanks ?