Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 afxdao.h 中定义的 CDaoDatabase,如何打开 Excel 2007 (xlsx) 文件?我可以使用连接字符串 Excel 8.0;HDR=NO;IMEX=1 打开 Excel 2003 (xls) 文件,有人知道我该怎么做吗?
谢谢!
您需要使用 Microsoft.ACE.OLEDB.12.0 作为提供程序。不确定 DAO 是否支持。MFC 的 DAO 类已弃用。