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

后端 未结 27 1670
醉梦人生
醉梦人生 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:52

    We have used this workaround:

    1. Convert CSV to UTF-16 LE
    2. Insert BOM at beginning of file
    3. Use tab as field separator

提交回复
热议问题