Sep 15
Exporting data into excel sheet with HTML <br> tag creates separate row which really cause problem sorting excel column when there are multiple column. After doing lots of googling I found really simple solution which will line break in excel cell in spite of creating separate row.
Add following css definition in header section and it will solve your problem.
<style>
br {mso-data-placement:same-cell;}
</style>
Sep 06, 2010 12:20 PM
Nov 10, 2009 at 1:49 AM I subscribed to your blog when is the next post