有谁知道 excel 2003 的 xml 电子表格的 .net odbc 驱动程序连接字符串吗?

发布于 2024-07-09 10:50:41 字数 401 浏览 5 评论 0原文

我知道这具有某种“向我发送代码”的品质,但互联网确实让我对此感到失望。 我有一个 excel 2003 的 xml 格式的 excel 文件,我想将 odbc 连接附加到该文件。

而且我似乎找不到正确的连接字符串。 connectionstrings.com 让我失望了,还有其他问题(例如 this) 也不涵盖此文件类型。 当然,二进制 xls 连接和新的 xlsx 连接似乎都不起作用?

有谁知道正确的语法吗? 是否有适用于 excel 2003 xml 的 odbc 驱动程序?

谢谢大家。

I know this has a certain "send me teh codes" quality, but the internet has really been letting me down on this one. I have an excel file in excel 2003's xml format that I want to attach an odbc connection to.

And I can't seem to find the right connection string. connectionstrings.com has let me down, and other questions here on SO (such as this) also don't cover this file type. And, of course, neither the binary xls connection nor the new xlsx connection seem to work?

Does anyone out there know the right syntax? IS there an odbc driver for excel 2003 xml?

Thanks, all.

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

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

发布评论

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

评论(1

往日情怀 2024-07-16 10:50:41

Driver={Microsoft Excel 驱动程序 (*.xls)};DriverId=790;Dbq=C:\MyExcel.xls;DefaultDir=c:\mypath;

Driver={Microsoft Excel Driver (*.xls)};DriverId=790;Dbq=C:\MyExcel.xls;DefaultDir=c:\mypath;

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