I am developing a project which needs to extract information to excel. The idea is use excel as a data base so that we can apply queries to filter information for this reason I have thought of making an adobd connection because it is very useful and i am sure that this connection solve my problems.
However, I looked for a variable type “adobd connection” and It doesn’t exist in uipath in fact there are just oledb and odbc connections.
Someone can tell me, What Can I do to establish the adodb connection?
or give and example of how to make and oledb or odbc conecction withn excel as data base?
You can use the Database Activities (Connect, Execute Query, Execute NonQuery). All you’ll have to do is to pass the Connection String on “Connect” Activity. (Provider=Microsoft.ACE.OLEDB.12.0;Data Source=c:\myFolder\myExcel2007file.xlsx; Extended Properties=“Excel 12.0 Xml;HDR=YES”; )
Hi my friend, I tried your suggestion but When I run the project an exception message is shown , It tells that the provider is not installed . Do you know the way to install it?