关于连接Excel2007的问题
ConnStr:='Provider=Microsoft.ACE.OLEDB.12.0;Password="";Data Source='+FileName+';Persist Security Info=True';
[解决办法]
不通过ado,下载一个nativeexcel控件。
[解决办法]
试试下面的行不行,
ConnStr:='Provider=Microsoft.ACE.OLEDB.12.0;Password="";Data Source='+FileName+';Extended Properties=Excel 12.0;
Persist Security Info=True';