Excel:读取特殊字符

发布于 2024-11-25 08:18:35 字数 134 浏览 1 评论 0原文

如何读取excel中的特殊字符?例如,将 ö 更改为 ö¶,将连字符 (-) 更改为

有没有办法让它读取全部我的角色应该喜欢吗?

提前致谢。

How can i read special characters in excel. For example ö is changed into ö and a hyphen (-) is changed in to â€

Is there any way to make it read all my characters like it should?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

乖乖哒 2024-12-02 08:18:35

“特殊字符”是指非 ASCII 标准字符。您可能需要将文件的编码转换为 Unicode (UTF-8)。我的方法是在记事本++中打开它并点击转换为UTF-8。保存文件,它应该在 Excel 中打开

By "special characters" you mean non-ASCII standard characters. You probably need to convert your file's encoding to Unicode (UTF-8). The way I do it is to open it up in notepad++ and hit convert to UTF-8. Save the file and it should open up in excel

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文