maitri wrote:
> 
> Hi to everybody, I've got a problem.. I've got a table with some values, a
> group of them have characters in html as ' '  When I export the data
> to excel or pdf, and I open the file I can see the values like this:
> 
> 1 €
> 2 €
> 3 €
> 
> I want those special html characters not being exported as html, I want
> the table to look like this:
> 
> 1 €
> 2 €
> 3 €
> 
> How can I do that??? I'm using the ResponseOverrideFilter and for the
> excel class I 'm using org.displaytag.export.ExcelView (If I use
> ExcelHssfView. it gives me a Null pointer exception)
>  
> Thanks in advance! 
> 

I was reading my post, the first table looks like this:

1 & nbsp; (without the space between & and nbsp; but if I dont put the space
the html character is translated to a space)  & euro; :-(
2 & nbsp;  & euro;
3 & nbsp;  & euro;

and I want it to look like this 
1 €
2 €
3 €

thanks again! 
-- 
View this message in context: 
http://www.nabble.com/Exporting%2C-problem-with-characters-in-html-tp14311424p14312186.html
Sent from the DisplayTag - Dev mailing list archive at Nabble.com.


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to