Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • 1
    I've confirmed that the data is UTF-8. What do I put into the file to let excel know that my data is utf-8 (BOM?) Commented Sep 30, 2008 at 21:17
  • I think that you need to change the file encoding, excel uses the system default codepage to handle csv files Commented Sep 30, 2008 at 21:19
  • I'm not entirely sure, since I don't have Excel installed on the machine I'm currently using, but with OpenOffice, there's a dropdown box for character encoding when you import a CSV file. From there, choose Unicode (UTF-8). Commented Sep 30, 2008 at 21:21
  • Excel doesn't have the dropdown AFAIK Commented Sep 30, 2008 at 21:23
  • check out this. works for me too. Commented Feb 4, 2021 at 10:36