AlivePDF
AlivePDF copied to clipboard
special characters problem in csvexport
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 [email protected] on 12 Apr 2011 at 3:48
Issue 307 has been merged into this issue.
Original comment by [email protected] on 28 Feb 2015 at 12:28
Issue 308 has been merged into this issue.
Original comment by [email protected] on 28 Feb 2015 at 12:29
Issue 309 has been merged into this issue.
Original comment by [email protected] on 28 Feb 2015 at 12:29