如何使用 CDaoDatabase 打开 Excel 2007 (xlsx) 文件

发布于 2024-08-05 18:56:41 字数 144 浏览 11 评论 0原文

使用 afxdao.h 中定义的 CDaoDatabase,如何打开 Excel 2007 (xlsx) 文件?我可以使用连接字符串 Excel 8.0;HDR=NO;IMEX=1 打开 Excel 2003 (xls) 文件,有人知道我该怎么做吗?

谢谢!

Using CDaoDatabase defined in afxdao.h, how can I open up Excel 2007 (xlsx) files? I can open up Excel 2003 (xls) files using the connection string Excel 8.0;HDR=NO;IMEX=1, anybody know how I can do this?

Thanks!

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

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

发布评论

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

评论(1

森末i 2024-08-12 18:56:41

您需要使用 Microsoft.ACE.OLEDB.12.0 作为提供程序。不确定 DAO 是否支持。 MFC 的 DAO 类已弃用

You need to use Microsoft.ACE.OLEDB.12.0 as the provider. Not sure if DAO supports that. MFC's DAO classes are deprecated.

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