The Biee11g excel file is exported with garbled characters when it is opened.
Problem description: Chinese characters are garbled when files in CSV format are exported from rpd and opened in OFFICE2007.
Note: When you export a csv file, if you select Encoding As UTF-8, garbled UNICODE encoding will appear. If you select ANSI encoding, the exported file is incomplete ------- only ", no other content
Fault Cause
This situation is generally caused by the encoding of exported files. In the Simplified Chinese environment, CSV files opened in EXCEL are ANSI encoded by default. If the CSV files are encoded in UTF-8 or Unicode format, file garbled characters may occur.
Solution
(1) set the office language environment (take office 2003 as an example): Start Menu-Microsoft office tool-Microsoft office 2003 language settings, set the default language of Microsoft office applications to "Chinese (simplified)", which is also the default setting of office 2003.
(2) use NotePad to open the CSV file, save the file as, and select ANSI as the encoding method.
(3) After the file is saved, no garbled characters will occur when you open the file in EXCEL. The problem is solved.