Group: http://groups.google.com/group/gwt-table-to-excel/topics
- exporting euro sign [2 Updates]
Topic: exporting euro sign
Edwin van de Koppel <edwinvan...@gmail.com> Aug 12 01:07AM -0700 ^
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 more...
Francois Wauquier <wok...@gmail.com> Aug 13 08:50AM -0700 ^
Hi
Use ISO 8859-15 <http://fr.wikipedia.org/wiki/ISO_8859-15> or UTF-8 . (ISO
8859-1 does not encode the euro symbol)
The important thing is to keep the same encoding throught the initial page more...