Satishpethani92 / as3xls

Automatically exported from code.google.com/p/as3xls
0 stars 0 forks source link

Euro char (€) is not being formated properly. #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Exporting to Excel a data grid that some of the columns contain the Euro 
(€) char.
2. When the Excel file is being opened the cells with Euro char are not 
readable (contains unfamiliar cars: €0.)

What is the expected output? What do you see instead?
If expected output should be €0.00 I'm getting €0.

What version of the product are you using? On what operating system?
Latest vertion on windows os.

When changing Euro char to Dollar char (while debugging), the Dollar char is 
being displayed properly while Euro char does not.

Original issue reported on code.google.com by ore...@gmail.com on 28 Oct 2012 at 5:18