通过 PHP 访问 Excel 工作簿磷酸二氢钾

发布于 2024-11-08 23:25:59 字数 90 浏览 0 评论 0原文

是否可以通过 PHP + PDO 连接到 Excel 工作簿?

我正在尝试同时从 Access 和 Excel 中获取数据,但 PDO 尚未让我失望!

Is it at all possible to connect to an Excel workbook through PHP + PDO?

I'm trying to get data out of both Access and Excel at the same time, and PDO has yet to fail me!

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

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

发布评论

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

评论(1

寂寞花火° 2024-11-15 23:25:59

如果您使用的是 Windows,安装了 MS Jet 引擎(或 Access/Excel ODBC 驱动程序)并使用 PDO ODBC 驱动程序,那么您应该能够查询 Access 数据库和结构正确的 Excel 电子表格。

If you are on Windows, have the MS Jet engine (or Access/Excel ODBC drivers) installed and use the PDO ODBC driver, then you should be able to query both Access databases and properly structured Excel spreadsheets.

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