通过 PHP 访问 Excel 工作簿磷酸二氢钾
是否可以通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是 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.