Please follow the steps below
1.use excel application scope(indicate/input your excel)
2.use read range inside your excel application scope(specify sheet name and the output data table name)
3.now you have your data table example dtOut
4.now use for each row of your dtOut
5.use typeinto (indicate name and address one for each) inside your for each and use row.item(1). ToString for name and row.item(2). ToString for address