Edwin van de Koppel
unread,Aug 12, 2011, 4:07:42 AM8/12/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gwt-table-to-excel
Hi,
I have been trying to export a GWT Flextable to Excel with values that
contain a euro sign, eg:
€ 1,202,123
It is represented as a string.
After exporting I get the following value in the Excel cell:
? 1,202,123
That was with the standard encoding. I have tried UTF-8 as well, but I
am getting the following:
€ 1,202,123
What am I doing wrong?