将 DBF 文件导入 MS Excel 2007

发布于 2024-12-11 18:50:20 字数 105 浏览 3 评论 0原文

我正在尝试将 DBF 文件导入 Excel。 但导入后,它没有以正确的格式显示数据。我猜编码有问题。我尝试在“文件来源”选项中使用不同的编码。 有人可以在这件事上指导我吗?

谢谢

I am trying to import DBF file to Excel.
But after I am importing it, it doesnt show data in proper format. I guess there is some problem with encoding. I tried using different encodings in "File Origin" option.
Could anybody guide me in this matter.?

Thanks

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

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

发布评论

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

评论(2

十二 2024-12-18 18:50:20

这确实是一个编码问题。打开文件时,Windows 将 DBF 字符“翻译”为默认系统代码页。如果您知道原始代码页,还有一些方法可以解决,但这不适合胆小的人。

It is an encoding issue indeed. Windows "translates" your DBF characters to the default system code page when opening the file. There are ways around if you know your original code page but it is not for the faint hearted.

属性 2024-12-18 18:50:20

尝试 Excel DbfMate 插件。它允许将数据从 DBF 文件直接导入到工作表,以及使用 GUI 或 VBA 将数据从工作表导出到 DBF 文件。处理字符编码。支持的 Excel 版本:2007 至 2013。支持的 DBF 格式:dBase III、VFP、dBase IV(仅限导入)。 Softpedia 上还提供了演示。

Try Excel DbfMate Add-In. It allows importing data from DBF files directly to worksheet, and exporting data from worksheets to DBF files using either GUI or VBA. Handles character encoding. Supported Excel versions: 2007 to 2013. Supported DBF formats: dBase III, VFP, dBase IV (import only). A demo is also available on Softpedia.

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