You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. export an excel file with umlauts (äöü)
2. open file in ms excel
suggested fix in ExcelFile.as:
187 public function saveToByteArray(charSet:String = "utf-8"):ByteArray {
257 cell.data.writeMultiByte(value, charSet);
Original issue reported on code.google.com by [email protected] on 28 Sep 2011 at 12:10
Original issue reported on code.google.com by
[email protected]
on 28 Sep 2011 at 12:10Attachments:
The text was updated successfully, but these errors were encountered: