I want to connect to an excel 2007
file(.xlsx) using delphi 7
, so I used a AdoConnection
and set its connectionstring
property as:
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\test\qm\Results-summary.xlsx;Extended Properties="Excel 12.0;IMEX=1";Persist Security Info=False
But when I active the AdoConnection
i get this error:
Could not find installable ISAM.
Where is the problem?