开发者

Access an excel workbook through PHP + PDO

开发者 https://www.devze.com 2023-03-07 11:35 出处:网络
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!If you are on

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!


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消