davidguttman / react-pivot

React-Pivot is a data-grid component with pivot-table-like functionality for data display, filtering, and exploration.
http://davidguttman.github.io/react-pivot/
1.05k stars 147 forks source link

characters of chinese appear as gibberish In MS Excel #61

Open ghyghoo8 opened 6 years ago

ghyghoo8 commented 6 years ago

table.csv opened by MS Excel , all characters of chinese appear as gibberish .

I fixed it at 4 line in lib/download.js

var blob = new Blob(["\ufeff"+content], { type: mime })

please merge it.

davidguttman commented 6 years ago

Sorry for the delay, thanks for reporting this issue.

When I try that fix, I see a weird character:

image

Is there something else we can try?