有什么方法可以在 excel sheet 中打开包含阿拉伯语的 csv 文件?

Is there any way to open a csv file that contains arabic, in excel sheet?

我使用 python 创建了一个 csv 文件,其中包含我从网站上抓取的阿拉伯文行及其在 ubuntu libreoffice 中的显示。但是当我尝试在 MS Excel 中打开它时,它显示垃圾值

Libreoffice(完全没问题)

س کی مثال بیج کی سی

Excel(垃圾值)

 عمران ظÙر Ûرن Ù¾Ù

有没有办法在 excel 中获得与 Libreoffice 相同的价值?

本文来自https://help.livehelpnow.net/1/article/45188/viewing-exported-csv-files-containing-arabic-characters

1. Save the exported file as a csv
2. Open Excel
3. Import the data using Data-->Import External Data --> Import Data
4. Select the file type of "csv" and browse to your file
4. In the import wizard change the File_Origin to "65001 UTF" (or choose correct language character identifier)
5. Change the Delimiter to comma
6. Select where to import to and Finish