Is it possible to force Excel recognize UTF-8 CSV files automatically?

后端 未结 27 1650
醉梦人生
醉梦人生 2020-11-21 22:27

I\'m developing a part of an application that\'s responsible for exporting some data into CSV files. The application always uses UTF-8 because of its multilingual nature at

27条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-21 22:48

    You can convert .csv file to UTF-8 with BOM via Notepad++:

    1. Open the file in Notepad++.
    2. Go to menu EncodingConvert to UTF-8.
    3. Go to menu FileSave.
    4. Close Notepad++.
    5. Open the file in Excel .

    Worked in Microsoft Excel 2013 (15.0.5093.1000) MSO (15.0.5101.1000) 64-bit from Microsoft Office Professional Plus 2013 on Windows 8.1 with locale for non-Unicode programs set to "German (Germany)".

提交回复
热议问题