yyn0210 / alivepdf

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

special characters problem in csvexport #307

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi guys,

I am using the 1.5 version and am trying to export a cvs file. 
I coded something like this.

var export:CSVExport = new CSVExport(dg.dataProvider.toArray(), columns); 

var bytes:ByteArray = export.serialize();
                var f:FileReference = new FileReference();
                f.save(bytes,"export.csv");

the export works fine but my grid contains german special characters like 
üöä which result in the excel sheet in wierd characters. 
Do you have any idea how to solve that problem?

thank you
Milad 

Original issue reported on code.google.com by Milad1...@googlemail.com on 12 Apr 2011 at 3:48

GoogleCodeExporter commented 8 years ago

Original comment by cgauth...@gmail.com on 28 Feb 2015 at 12:28