The so-called CSV (Comma Separated Values) format is the most common import and export format for spreadsheets and databases.
Because the spreadsheets cannot recognize Chinese, then it presents garbled words on the screen. No worry about the garbled words if your results are right.
Open csv in Excel avoiding encoding error:
- Open excel, choose to create a new file / blank workbook.
- Click file --> import --> csv
- Import the csv you want, click
get data
- Click
file origin
to chooseUnicode(UTF-8)
- Click
next
and choose delimiter, in csv, we usually usecomma
, then click next --> finish --> OK.
- Then, your csv can displayed in Excel correctly.