Closed esaesa closed 4 years ago
The exported csv is opened by excel as ANSI encoded by default, So the non latin characters is not shown directly. The workaround for this is to set BOM bytes before the content as follow https://github.com/eligrey/FileSaver.js/issues/28#issue-15333709
The exported csv is opened by excel as ANSI encoded by default, So the non latin characters is not shown directly. The workaround for this is to set BOM bytes before the content as follow https://github.com/eligrey/FileSaver.js/issues/28#issue-15333709